add newline to end of file

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3066 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2003-04-14 01:56:41 +00:00
parent 150bfa3714
commit fe5cc7b493
36 changed files with 35 additions and 36 deletions
@@ -105,4 +105,4 @@ int main(int argc, char *argv[]) {
App app;
be_app->Run();
return 0;
}
}
@@ -26,4 +26,4 @@ public:
};
#define my_app ((App*)be_app)
#endif
#endif
@@ -8,4 +8,4 @@
#define CLOSE_MSG 'clos'
#endif
#endif
@@ -121,4 +121,4 @@ void PathView::MouseUp(BPoint point) {
void PathView::SetClose(bool close) {
if (close) fPath.Close();
else fPath.Open();
}
}