Skip to content

Commit

Permalink
Merge pull request #92 from skliper/fix91-no_newline
Browse files Browse the repository at this point in the history
Fix #91, Add newline at end of sample_lib.c
  • Loading branch information
dzbaker committed Nov 23, 2022
2 parents 2da1173 + 8d120ee commit 956f305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed fsw/src/.sample_lib.c.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion fsw/src/sample_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ int32 SAMPLE_LIB_Function(void)
OS_printf("SAMPLE_LIB_Function called, buffer=\'%s\'\n", SAMPLE_LIB_Buffer);

return CFE_SUCCESS;
}
}

0 comments on commit 956f305

Please sign in to comment.