white-space tweak

This commit is contained in:
Jim Meyering 1999-05-23 19:27:07 +00:00
parent 0868b5794a
commit ff08632036

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 ();