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

[dak/master] Indend to match.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 dak/queue_report.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dak/queue_report.py b/dak/queue_report.py
index a4b997a..ff2c99f 100755
--- a/dak/queue_report.py
+++ b/dak/queue_report.py
@@ -577,8 +577,8 @@ def process_queue(queue, log, rrd_dir):
     if Cnf.has_key("Queue-Report::Options::New"):
         direction.append([6,1,"ao"])
         entries.sort(lambda x, y: sortfunc(x, y))
-    # Output for a html file. First table header. then table_footer.
-    # Any line between them is then a <tr> printed from subroutine table_row.
+        # Output for a html file. First table header. then table_footer.
+        # Any line between them is then a <tr> printed from subroutine table_row.
         if len(entries) > 0:
             table_header(type.upper(), source_count, total_count)
             for entry in entries:
-- 
2.1.4



Reply to: