From e9581fbf2afad8167249cb92230b7fd7f3443452 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 12 Jul 2011 09:11:21 +0200 Subject: Use tabs instead of spaces --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 96dcbe3..5f35503 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -45,7 +45,7 @@ line_start_hyphen = re.compile("^-.*$") line_start_plus = re.compile("^\+.*$") # Indention -ind = " " +ind = "\t" def generate_uuid(string): string_md5sum = md5(string.encode("utf-8")).hexdigest() -- cgit v1.2.3