changeset 1873:314d199c7d75

use a space, not TAB after #define
author Jim Meyering <jim@meyering.net>
date Sat, 10 Jul 1999 16:36:56 +0000
parents 8cdab9bb7678
children 95710aec0c81
files lib/strtoul.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 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>