Use Gnulib's `sys_stat' module; update Gnulib.
[bpt/guile.git] / lib / strcasecmp.c
index 7081325..cc4778a 100644 (file)
@@ -46,7 +46,7 @@ strcasecmp (const char *s1, const char *s2)
       c2 = TOLOWER (*p2);
 
       if (c1 == '\0')
-       break;
+        break;
 
       ++p1;
       ++p2;