diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-31 13:26:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-31 13:26:25 -0500 |
commit | 294ce2ea871ff63bd4d5fe6c6d547fee858dc1d4 (patch) | |
tree | 85f9a114d678599f0bde58f6224ea776da5d9cfa /src | |
parent | b35b4d5a9a9967da9416fc8d2112910f00529967 (diff) | |
download | tor-294ce2ea871ff63bd4d5fe6c6d547fee858dc1d4.tar tor-294ce2ea871ff63bd4d5fe6c6d547fee858dc1d4.tar.gz |
whitespace fix
Diffstat (limited to 'src')
-rw-r--r-- | src/common/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index b03641971..d2944e6f4 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 |