Changeset: 6dd38d085ca4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6dd38d085ca4
Modified Files:
        testing/Mfilter.py.in
Branch: Feb2013
Log Message:

Python: use space, not tab, for indenting


diffs (20 lines):

diff --git a/testing/Mfilter.py.in b/testing/Mfilter.py.in
--- a/testing/Mfilter.py.in
+++ b/testing/Mfilter.py.in
@@ -175,11 +175,11 @@ def mFilter (FILE, IGNORE) :
                 i+=1
             oline += '\n'
             xline = norm_hint + iline
-       elif table_name.match(iline):
-               # normalize ".L[0-9]*" to "." in "table_name" line of SQL table 
header
-               oline = re.sub(r'([ \t]\.)L[0-9]*([, ])', r'\1\2', iline)
-               # keep original line for reference as comment (i.e., ignore 
diffs, if any)
-               xline = iline.replace('%','#',1)
+        elif table_name.match(iline):
+            # normalize ".L[0-9]*" to "." in "table_name" line of SQL table 
header
+            oline = re.sub(r'([ \t]\.)L[0-9]*([, ])', r'\1\2', iline)
+            # keep original line for reference as comment (i.e., ignore diffs, 
if any)
+            xline = iline.replace('%','#',1)
         else:
             oline = iline
         if iline == "#~EndVariableOutput~#\n":
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to