Fix indenting glitch.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Aug 2004 04:28:36 +0000 (04:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Aug 2004 04:28:36 +0000 (04:28 +0000)
lib/strdup.c

index 114a32b..8c88e31 100644 (file)
@@ -23,7 +23,7 @@
 
 #ifndef _LIBC
 /* Get specification.  */
-#include "strdup.h"
+# include "strdup.h"
 #endif
 
 #include <stdlib.h>