summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-10 16:36:56 +0000
committerJim Meyering <jim@meyering.net>1999-07-10 16:36:56 +0000
commitc44e7a8352db0c045f72d683e63dc2144a31840b (patch)
tree1203a4afb6e1a60feb0def107a869cde3c63d598
parentd11ec4a80f6ba320ef66fd3719d03c318ce04933 (diff)
downloadcoreutils-c44e7a8352db0c045f72d683e63dc2144a31840b.tar.xz
use a space, not TAB after #define
-rw-r--r--lib/strtoul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strtoul.c b/lib/strtoul.c
index 715ba30b2..298ae9eab 100644
--- a/lib/strtoul.c
+++ b/lib/strtoul.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1999 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@prep.ai.mit.edu.
@@ -17,6 +17,6 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#define UNSIGNED 1
+#define UNSIGNED 1
#include <strtol.c>