summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-23 19:27:07 +0000
committerJim Meyering <jim@meyering.net>1999-05-23 19:27:07 +0000
commitff086320364c398c9b97413e29241ab837183074 (patch)
tree083e216128b809a078681dc02768ce8b44273605 /src
parent0868b5794a6d6579509b4a8e5305328ccb4400ce (diff)
downloadcoreutils-ff086320364c398c9b97413e29241ab837183074.tar.xz
white-space tweak
Diffstat (limited to 'src')
-rw-r--r--src/sys2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys2.h b/src/sys2.h
index 9207a08f7..08507830e 100644
--- a/src/sys2.h
+++ b/src/sys2.h
@@ -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 ();