add eof newline

[SVN r12358]
This commit is contained in:
Beman Dawes
2002-01-19 15:54:28 +00:00
parent b104e9ae78
commit f255439ece
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ int main()
example my_example;
my_example.do_something();
return 0;
}
}

View File

@ -12,4 +12,4 @@ int main()
c = a;
c.do_something();
return 0;
}
}