diff options
-rw-r--r-- | numpy/distutils/mingw/gfortran_vs2003_hack.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/numpy/distutils/mingw/gfortran_vs2003_hack.c b/numpy/distutils/mingw/gfortran_vs2003_hack.c index ca6194564..15ed7e686 100644 --- a/numpy/distutils/mingw/gfortran_vs2003_hack.c +++ b/numpy/distutils/mingw/gfortran_vs2003_hack.c @@ -1,6 +1,6 @@ -int _get_output_format(void)
-{
- return 0;
-}
-
-int _imp____lc_codepage = 0;
+int _get_output_format(void) +{ + return 0; +} + +int _imp____lc_codepage = 0; |