From 7c900ac6f3e4ec618e1e626d7308e2fb8c95fee6 Mon Sep 17 00:00:00 2001 From: endorphant Date: Sun, 1 May 2016 23:44:01 -0400 Subject: [PATCH] fixing header whitespace --- bin/ttbp.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/ttbp.py b/bin/ttbp.py index 05ec8a9..57b41c9 100644 --- a/bin/ttbp.py +++ b/bin/ttbp.py @@ -119,16 +119,16 @@ def gen_header(): header = [] header.append("") - header.append("") - header.append("\t") - header.append("\t\t~"+USER+"on TTBP") - header.append("\t\t") - header.append("\t") - header.append("\t") - header.append("\t\t
") - header.append("\t\t\t

~"+USER+"@TTBP

") - header.append("\t\t
\n") - header.append("\t\t
") + header.append("\n") + header.append("\n\t") + header.append("\n\t\t~"+USER+" on TTBP") + header.append("\n\t\t") + header.append("\n\t") + header.append("\n\t") + header.append("\n\t\t
") + header.append("\n\t\t\t

~"+USER+"@TTBP

") + header.append("\n\t\t
\n") + header.append("\n\t\t
") return header def setup_handler():