diff --git a/rosapps/cmdutils/more.c b/rosapps/cmdutils/more.c index bd340da8b82..3155e443642 100644 --- a/rosapps/cmdutils/more.c +++ b/rosapps/cmdutils/more.c @@ -146,4 +146,4 @@ int main (int argc, char **argv) return 0; } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/rosapps/cmdutils/tee.c b/rosapps/cmdutils/tee.c index 82f6d1e5230..0de7d78b10c 100644 --- a/rosapps/cmdutils/tee.c +++ b/rosapps/cmdutils/tee.c @@ -217,4 +217,4 @@ INT main (int argc,char **p) return 0; } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/rosapps/dflat32/msgbox.c b/rosapps/dflat32/msgbox.c index 3683b6f93e9..6d7b8dedc31 100644 --- a/rosapps/dflat32/msgbox.c +++ b/rosapps/dflat32/msgbox.c @@ -213,4 +213,4 @@ int MsgWidth(char *msg) return min(max((int)strlen(msg), (int)w), DfGetScreenWidth()-10); } -/* EOF */ \ No newline at end of file +/* EOF */