summaryrefslogtreecommitdiff
path: root/lib/memchr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-10 16:36:11 +0000
committerJim Meyering <jim@meyering.net>1999-07-10 16:36:11 +0000
commitd11ec4a80f6ba320ef66fd3719d03c318ce04933 (patch)
tree5db80e756c907c70e337d67f764113cb488b2095 /lib/memchr.c
parent54651dc73c80f1336a6cd0e813e7ff11a7aea838 (diff)
downloadcoreutils-d11ec4a80f6ba320ef66fd3719d03c318ce04933.tar.xz
cpp indent
Diffstat (limited to 'lib/memchr.c')
-rw-r--r--lib/memchr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/memchr.c b/lib/memchr.c
index fd57586b9..8c3b59c1b 100644
--- a/lib/memchr.c
+++ b/lib/memchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 1997, 1999 Free Software Foundation, Inc.
Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
with help from Dan Sahlin (dan@sics.se) and
commentary by Jim Blandy (jimb@ai.mit.edu);
@@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA. */
#ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
#endif
#undef __ptr_t
@@ -45,7 +45,7 @@ USA. */
#define LONG_MAX_32_BITS 2147483647
#ifndef LONG_MAX
-#define LONG_MAX LONG_MAX_32_BITS
+# define LONG_MAX LONG_MAX_32_BITS
#endif
#include <sys/types.h>