summaryrefslogtreecommitdiff
path: root/lib/strcspn.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-15 03:56:06 +0000
committerJim Meyering <jim@meyering.net>1996-07-15 03:56:06 +0000
commit783c1624bd8b027a65b3fba57d3213ccb1a6ddbd (patch)
treeba44df43d0ac00decb16442b1be99fa2019eed82 /lib/strcspn.c
parent324a36ff37935339e7dc336c938b50f548d88376 (diff)
downloadgnulib-783c1624bd8b027a65b3fba57d3213ccb1a6ddbd.tar.gz
indent cpp-directives
Diffstat (limited to 'lib/strcspn.c')
-rw-r--r--lib/strcspn.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/strcspn.c b/lib/strcspn.c
index d174330d9c..1e14c3779d 100644
--- a/lib/strcspn.c
+++ b/lib/strcspn.c
@@ -15,16 +15,16 @@
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
#endif
#ifdef HAVE_STRING_H
-#include <string.h>
+# include <string.h>
#else
-#include <strings.h>
-#ifndef strchr
-#define strchr index
-#endif
+# include <strings.h>
+# ifndef strchr
+# define strchr index
+# endif
#endif
/* Return the length of the maximum inital segment of S