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

[dak/master] Fix indent



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/dakdb/update23.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 mode change 100644 => 100755 dak/dakdb/update23.py

diff --git a/dak/dakdb/update23.py b/dak/dakdb/update23.py
old mode 100644
new mode 100755
index 2201a4c..48abf01
--- a/dak/dakdb/update23.py
+++ b/dak/dakdb/update23.py
@@ -54,9 +54,9 @@ CREATE VIEW srcfiles_suite_component AS
     JOIN location ON files.location = location.id;
 	    """)
 
-    print "Committing"
-    c.execute("UPDATE config SET value = '23' WHERE name = 'db_revision'")
-    self.db.commit()
+        print "Committing"
+        c.execute("UPDATE config SET value = '23' WHERE name = 'db_revision'")
+        self.db.commit()
 
     except psycopg2.InternalError, msg:
         self.db.rollback()
-- 
1.6.3.3


Reply to: