From f92359abf94f90f529be810f6a9af5dbd4ada21d Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 2 Aug 2010 13:13:57 +0200 Subject: [PATCH] Indent reason Signed-off-by: Joerg Jaspert --- tools/rm822.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rm822.py b/tools/rm822.py index 57a5060d..018dd7c8 100755 --- a/tools/rm822.py +++ b/tools/rm822.py @@ -42,7 +42,7 @@ for removal in removals: print 'Binaries:' for binary in binaries: print binary - print 'Reason: %s' % reason + print 'Reason: %s' % reason.replace('\n', '\n ') if bug: print 'Bug: %s' % bug.group(1) print -- 2.39.2