[pypy-svn] r64485 - pypy/trunk/pypy/rpython/tool

afa at codespeak.net afa at codespeak.net
Tue Apr 21 09:05:13 CEST 2009


Author: afa
Date: Tue Apr 21 09:05:13 2009
New Revision: 64485

Modified:
   pypy/trunk/pypy/rpython/tool/rffi_platform.py
Log:
Remove an extra tab character


Modified: pypy/trunk/pypy/rpython/tool/rffi_platform.py
==============================================================================
--- pypy/trunk/pypy/rpython/tool/rffi_platform.py	(original)
+++ pypy/trunk/pypy/rpython/tool/rffi_platform.py	Tue Apr 21 09:05:13 2009
@@ -154,7 +154,7 @@
     def ask_gcc(self, question):
         self.start_main()
         self.f.write(question + "\n")
-        self.close()	
+        self.close()
         eci = self.config._compilation_info_
         try_compile_cache([self.path], eci)
 



More information about the Pypy-commit mailing list