소스 검색

whitespace fix

Nick Mathewson 12 년 전
부모
커밋
294ce2ea87
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/common/compat.h

+ 0 - 1
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