Skip to content

Commit

Permalink
Fix #91, Add newline at end of sample_lib.c
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Nov 10, 2022
1 parent 2da1173 commit 8d120ee
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 8d120ee

Please sign in to comment.