]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/common/sleep.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / common / sleep.c
index b1b3750c1a66bb0c2340c0129363f480b7ec12d3..94bd9fe79ddb51db2b6b301ed11cdda84fb7a01f 100644 (file)
@@ -12,9 +12,9 @@ unsigned __fastcall__ sleep (unsigned wait)
     char typ;
 
     if ( (get_tv()) & TV_NTSC ) {
-       typ = 60;
+        typ = 60;
     } else {
-       typ = 50;
+        typ = 50;
     }
 
     Sleep(wait*typ);