]> git.sur5r.net Git - cc65/blobdiff - samples/geos/hello1.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / samples / geos / hello1.c
index b4ad10605c5dddec8dea17c006ebd24fd6cf1fba..fd46d157d2d73ecda7a2ce1dcda1bf42877b797b 100644 (file)
@@ -17,8 +17,8 @@ void main (void)
     // Let's show what we've got...
 
     DlgBoxOk(CBOLDON "Hello, world" CPLAINTEXT,
-            "This is written in C!");
-            
+             "This is written in C!");
+             
     // Normal apps exit from main into system's mainloop, and app finish
     // when user selects it from icons or menu, but here we want to exit
     // immediately.