mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-25 17:43:28 +08:00
white-space tweak
This commit is contained in:
parent
0868b5794a
commit
ff08632036
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user