changeset 6227:69d01c286f89

(ch_strerror_r): Tweak cpp indentation and spacing.
author Jim Meyering <jim@meyering.net>
date Tue, 13 Sep 2005 12:35:24 +0000
parents 5ddf33c5823b
children 04b2443492e1
files lib/canon-host.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/canon-host.h
+++ b/lib/canon-host.h
@@ -25,6 +25,6 @@
 char *canon_host_r (char const *host, int *cherror);
 
 const char *ch_strerror (void);
-#define ch_strerror_r(cherror)		gai_strerror (cherror);
+# define ch_strerror_r(cherror) gai_strerror (cherror);
 
 #endif /* !CANON_HOST_H */