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
debian-upstream^2
Yaroslav Halchenko 2011-06-27 03:40:08 +00:00
parent 02be7d03b2
commit b9b9e42223
1 changed files with 3 additions and 3 deletions

View File

@ -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
"""