diff lib/strncasecmp.c @ 12421:e8d2c6fc33ad

Use spaces for indentation, not tabs.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Dec 2009 20:28:30 +0100
parents 9b93fa45937a
children b5e42ef33b49
line wrap: on
line diff
--- a/lib/strncasecmp.c
+++ b/lib/strncasecmp.c
@@ -46,7 +46,7 @@
       c2 = TOLOWER (*p2);
 
       if (--n == 0 || c1 == '\0')
-	break;
+        break;
 
       ++p1;
       ++p2;