From 7044f2e16f6a69b637f1903716dc36f24a757109 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 20 Mar 2009 13:08:24 -0700 Subject: [PATCH] Fixing indentation. --- controller/Files.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controller/Files.py b/controller/Files.py index d89a1bb..a9ee7fd 100644 --- a/controller/Files.py +++ b/controller/Files.py @@ -217,9 +217,9 @@ class FieldStorage( cherrypy._cpcgifs.FieldStorage ): make_file() whenever there is a filename instead of only for large enough files. """ if self.__file is not None and self.filename: - self.file = self.make_file( '' ) - self.file.write( self.__file.getvalue() ) - self.__file = None + self.file = self.make_file( "" ) + self.file.write( self.__file.getvalue() ) + self.__file = None self.file.write( line )