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:
+1
-1
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user