diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2009-10-24 15:55:44 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2009-10-24 15:55:44 +0000 |
commit | 4c0338784d5f3d72b73729bdfd93350571caa156 (patch) | |
tree | badc711beb570649d5b5c36e81c76acfca03adb2 /numpy/distutils/mingw | |
parent | ebaaca420b826c78865b2185dba867d80f3cb22f (diff) | |
download | numpy-4c0338784d5f3d72b73729bdfd93350571caa156.tar.gz |
Replace \r by \n.
Diffstat (limited to 'numpy/distutils/mingw')
-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; |