From 0ac3f7ff39ef36a90011fbae9ab5392a7d97d093 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 18 Dec 2007 01:14:14 -0800 Subject: Fix tabs for spaces. --- gitosis/configutil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitosis/configutil.py') diff --git a/gitosis/configutil.py b/gitosis/configutil.py index e067352..799c84b 100644 --- a/gitosis/configutil.py +++ b/gitosis/configutil.py @@ -5,8 +5,8 @@ from ConfigParser import NoSectionError, NoOptionError def getboolean_default(config, section, option, default_value): """ - Return the given section.variable, or return the default if no specific - value is set. + Return the given section.variable, or return the default if no specific + value is set. """ try: value = config.getboolean(section, option) -- cgit v1.2.3