diff options
Diffstat (limited to 'Tests/Wrapping/qtwrappingmain.cxx')
-rw-r--r-- | Tests/Wrapping/qtwrappingmain.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Wrapping/qtwrappingmain.cxx b/Tests/Wrapping/qtwrappingmain.cxx index 37234d9..d4951ee 100644 --- a/Tests/Wrapping/qtwrappingmain.cxx +++ b/Tests/Wrapping/qtwrappingmain.cxx @@ -2,8 +2,8 @@ #include <qapplication.h> #ifndef _WIN32 -#include <stdio.h> -#include <stdlib.h> +# include <stdio.h> +# include <stdlib.h> #endif int main(int argc, char* argv[]) |