From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- libc/string/__xpg_strerror_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/__xpg_strerror_r.c') diff --git a/libc/string/__xpg_strerror_r.c b/libc/string/__xpg_strerror_r.c index 001115261..ff41192e5 100644 --- a/libc/string/__xpg_strerror_r.c +++ b/libc/string/__xpg_strerror_r.c @@ -149,7 +149,7 @@ static const unsigned char estridx[] = { EISNAM, EREMOTEIO, #if EDQUOT > 200 /* mips has an outrageous value for this... */ - 0, + 0, #else EDQUOT, #endif -- cgit v1.2.3