1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

(ch_strerror_r): Tweak cpp indentation and spacing.

This commit is contained in:
Jim Meyering
2005-09-13 12:35:24 +00:00
parent 3a70427ed5
commit 84e37ce006
+1 -1
View File
@@ -25,6 +25,6 @@ char *canon_host (char const *host);
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 */