]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/common/_poserror.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / common / _poserror.c
index 0dc6f99d8fb20a9a6cedde473946c48f11b747b2..e0a7723a1a205e5efcc52d8b97ac67807bc27e47 100644 (file)
@@ -15,8 +15,8 @@ void __fastcall__ _poserror (const char* msg)
 
     ExitTurbo();
     if (msg && *msg) {
-       DlgBoxOk(msg, errmsg);
+        DlgBoxOk(msg, errmsg);
     } else {
-       DlgBoxOk("", errmsg);
+        DlgBoxOk("", errmsg);
     }
 }