Code reformatting.
authorKim Kulling <kim.kulling@googlemail.com>
Tue, 8 Nov 2016 09:38:57 +0000 (10:38 +0100)
committerKim Kulling <kim.kulling@googlemail.com>
Tue, 8 Nov 2016 09:38:57 +0000 (10:38 +0100)
include/assimp/Compiler/pushpack1.h

index 73973c5..94ee1e4 100644 (file)
 #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
-
-