diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-23 19:27:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-23 19:27:36 +0000 |
commit | 27893412b2008fd1c06d34c6fe5f46baaa8ab7ba (patch) | |
tree | 14bfd49cc0e42ea9278ed2a70b432e25ebd32b24 /src | |
parent | ff086320364c398c9b97413e29241ab837183074 (diff) | |
download | coreutils-27893412b2008fd1c06d34c6fe5f46baaa8ab7ba.tar.xz |
white-space tweak
Diffstat (limited to 'src')
-rw-r--r-- | src/sys2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys2.h b/src/sys2.h index 08507830e..06f70bd15 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 (); |