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

index 9207a08f70d2c75412d9cfbce39eb7e1c700a2be..08507830ef716fab9f90c9cc5deafd37cd9482fb 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 ();