1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-07 09:11:11 +02:00

white-space tweak

This commit is contained in:
Jim Meyering
1999-05-23 19:27:36 +00:00
parent ff08632036
commit 27893412b2
+1 -1
View 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 ();