From ff0df95cd4f1d99a705c95c85f74d6374b98ba77 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 16 Sep 2014 21:22:17 +0100 Subject: [sosreport] fix whitespace errors Signed-off-by: Bryn M. Reeves --- sos/sosreport.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sos/sosreport.py b/sos/sosreport.py index 673173ee..b33a0066 100644 --- a/sos/sosreport.py +++ b/sos/sosreport.py @@ -53,6 +53,7 @@ from six import print_ # file system errors that should terminate a run fatal_fs_errors = (errno.ENOSPC, errno.EROFS) + def _format_list(first_line, items, indent=False): lines = [] line = first_line @@ -70,6 +71,7 @@ def _format_list(first_line, items, indent=False): lines.append(line) return lines + class TempFileUtil(object): def __init__(self, tmp_dir): -- cgit