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 114a32b85da7d4c8545d95dc6c6437a060f8ca41..8c88e310a5bf8722480ad2eb66e9d7ed6efbcb5a 100644 (file)
@@ -23,7 +23,7 @@
 
 #ifndef _LIBC
 /* Get specification.  */
-#include "strdup.h"
+# include "strdup.h"
 #endif
 
 #include <stdlib.h>