jsvn: fix indentation

This commit is contained in:
Josh Holtrop 2011-10-24 23:29:11 -04:00
parent 42f97d1a11
commit a83cd370ed

2
jsvn
View File

@ -127,7 +127,7 @@ def setSVNProperty(svn, prop, val, path):
Popen([svn, 'propset', prop, val, path], stdout=PIPE).wait()
def delSVNProperty(svn, prop, path):
Popen([svn, 'propdel', prop, path], stdout=PIPE).wait()
Popen([svn, 'propdel', prop, path], stdout=PIPE).wait()
###########################################################################
# Subcommand Handlers #