소스 검색

Code reformatting.

Kim Kulling 8 년 전
부모
커밋
6d58926046
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      include/assimp/Compiler/pushpack1.h

+ 0 - 3
include/assimp/Compiler/pushpack1.h

@@ -36,11 +36,8 @@
 #endif
 
 #if defined(_MSC_VER)
-
 // C4103: Packing was changed after the inclusion of the header, probably missing #pragma pop
 #	pragma warning (disable : 4103) 
 #endif
 
 #define AI_PUSHPACK_IS_DEFINED
-
-