From b9b9e422231a8112ea007580d57432de13a782b5 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 27 Jun 2011 03:40:08 +0000 Subject: [PATCH] very minor -- uniform indentation in example git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@778 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- client/configparserinc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/configparserinc.py b/client/configparserinc.py index 2ece42316..398f14430 100644 --- a/client/configparserinc.py +++ b/client/configparserinc.py @@ -43,7 +43,7 @@ class SafeConfigParserWithIncludes(SafeConfigParser): [INCLUDES] before = 1.conf - 3.conf + 3.conf after = 1.conf @@ -54,8 +54,8 @@ after = 1.conf the tree. I wasn't sure what would be the right way to implement generic (aka c++ - template) so we could base at any *configparser class... so I will - leave it for the future + template) so we could base at any *configparser class... so I will + leave it for the future """