[ocrfeeder] lib: Delete trailing whitespaces



commit 8cf75c93e03621a89a9238e03828dafbe74c4d82
Author: Joaquim Rocha <jrocha igalia com>
Date:   Thu Jul 1 10:53:44 2010 +0200

    lib: Delete trailing whitespaces

 util/lib.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/util/lib.py b/util/lib.py
index 375dafd..a788b1f 100644
--- a/util/lib.py
+++ b/util/lib.py
@@ -3,7 +3,7 @@
 ###########################################################################
 #    OCRFeeder - The complete OCR suite
 #    Copyright (C) 2009 Joaquim Rocha
-# 
+#
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    the Free Software Foundation, either version 3 of the License, or
@@ -80,7 +80,7 @@ def getDictFromVariables(variable_list, instance):
     return dictionary
 
 def getNonExistingFileName(file_name):
-    
+
     if not os.path.exists(file_name):
         return file_name
     name, ext = os.path.splitext(file_name)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]