Replaced tabbed indentation with spaces for subversion module

reviewable/pr18780/r1
Matt Martz 11 years ago
parent 9eb4219f79
commit 4f43c4c09c

@ -121,7 +121,7 @@ class Subversion(object):
def checkout(self): def checkout(self):
'''Creates new svn working directory if it does not already exist.''' '''Creates new svn working directory if it does not already exist.'''
self._exec(["checkout", "-r", self.revision, self.repo, self.dest]) self._exec(["checkout", "-r", self.revision, self.repo, self.dest])
def export(self, force=False): def export(self, force=False):
'''Export svn repo to directory''' '''Export svn repo to directory'''
cmd = ["export"] cmd = ["export"]

Loading…
Cancel
Save