]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
white-space tweak SH-UTILS-1_16k
authorJim Meyering <jim@meyering.net>
Sun, 23 May 1999 19:27:36 +0000 (19:27 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 23 May 1999 19:27:36 +0000 (19:27 +0000)
src/sys2.h

index 08507830ef716fab9f90c9cc5deafd37cd9482fb..06f70bd1520978014b2048584b14b64a3dee1ca7 100644 (file)
@@ -129,7 +129,7 @@ char *alloca ();
 #endif
 #define N_(Text) Text
 
-#define STREQ(a,b) (strcmp ((a), (b)) == 0)
+#define STREQ(a, b) (strcmp ((a), (b)) == 0)
 
 #ifndef HAVE_DECL_FREE
 void free ();