fixed newline at end of file.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1237 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2002-09-28 07:41:40 +00:00
parent 4d5fb001b1
commit 9d3fa071bf
4 changed files with 4 additions and 4 deletions

View File

@ -105,4 +105,4 @@ int main(int argc, char *argv[]) {
App app;
be_app->Run();
return 0;
}
}

View File

@ -26,4 +26,4 @@ public:
};
#define my_app ((App*)be_app)
#endif
#endif

View File

@ -88,4 +88,4 @@ void BBView::MouseUp(BPoint point) {
void BBView::SetClose(bool close) {
if (close) fPath.Close();
else fPath.Open();
}
}

View File

@ -8,4 +8,4 @@
#define CLOSE_MSG 'clos'
#endif
#endif