* Fixed strange indentation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36645 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-05-06 12:40:42 +00:00
parent 3eefb8522f
commit 95b4f29071
+2 -2
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2006, Haiku. All rights reserved. * Copyright 2003-2010, Haiku. All rights reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
@@ -59,7 +59,7 @@ HApp::AboutRequested()
int int
main(int, char**) main()
{ {
HApp app; HApp app;
app.Run(); app.Run();