浏览代码

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
 #endif
 
 
 #if defined(_MSC_VER)
 #if defined(_MSC_VER)
-
 // C4103: Packing was changed after the inclusion of the header, probably missing #pragma pop
 // C4103: Packing was changed after the inclusion of the header, probably missing #pragma pop
 #	pragma warning (disable : 4103) 
 #	pragma warning (disable : 4103) 
 #endif
 #endif
 
 
 #define AI_PUSHPACK_IS_DEFINED
 #define AI_PUSHPACK_IS_DEFINED
-
-