From: Nick Mathewson Date: Thu, 31 Jan 2013 18:26:25 +0000 (-0500) Subject: whitespace fix X-Git-Tag: tor-0.2.4.10-alpha~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294ce2ea871ff63bd4d5fe6c6d547fee858dc1d4;p=thirdparty%2Ftor.git whitespace fix --- diff --git a/src/common/compat.h b/src/common/compat.h index b036419718..d2944e6f48 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -78,7 +78,6 @@ #error "It seems your platform does not represent 0.0 as zeros. We can't cope." #endif - #if 'a'!=97 || 'z'!=122 || 'A'!=65 || ' '!=32 #error "It seems that you encode characters in something other than ASCII." #endif