diff lib/realloc.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 19e60ffc2be6
children b5e42ef33b49
line wrap: on
line diff
--- a/lib/realloc.c
+++ b/lib/realloc.c
@@ -71,7 +71,7 @@
     {
 #if GNULIB_REALLOC_GNU && !NEED_REALLOC_GNU && !SYSTEM_MALLOC_GLIBC_COMPATIBLE
       if (n == 0)
-	n = 1;
+        n = 1;
 #endif
       result = malloc (n);
     }