From 1bd2d49ef378fb869d015cef32c3e44a4c03a8f0 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 8 Jan 2007 21:56:54 +0000 Subject: Whitespace cleanup. --- numpy/f2py/lib/parser/parsefortran.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'numpy/f2py/lib/parser/parsefortran.py') diff --git a/numpy/f2py/lib/parser/parsefortran.py b/numpy/f2py/lib/parser/parsefortran.py index 71b019122..08716e7c8 100644 --- a/numpy/f2py/lib/parser/parsefortran.py +++ b/numpy/f2py/lib/parser/parsefortran.py @@ -79,7 +79,7 @@ class FortranParser: if self.block is None: self.reader.show_message('Nothing to analyze.') return - + try: self.block.analyze() except AnalyzeError: @@ -129,9 +129,9 @@ module foo hey = 1 end subroutine bar abstract interface - + end interface - + end module foo """ reader = FortranStringReader(string, True, False) @@ -195,4 +195,3 @@ if __name__ == "__main__": simple_main() #profile_main() #parse_all_f() - -- cgit v1.2.1