From 84e37ce006bfeeca76e9034d22c7d2de1d6ef191 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 13 Sep 2005 12:35:24 +0000 Subject: [PATCH] (ch_strerror_r): Tweak cpp indentation and spacing. --- lib/canon-host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/canon-host.h b/lib/canon-host.h index ab41fa381f..c1f6cb178d 100644 --- a/lib/canon-host.h +++ b/lib/canon-host.h @@ -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 */ -- 2.30.2