Style fix.

TEST=none
BUG=none

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35685 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
maruel@chromium.org 16 years ago
parent 1c7db8e6ee
commit ce3c8621ea

@ -571,7 +571,7 @@ class SVN(object):
try: try:
# Grabs the diff data. # Grabs the diff data.
command = ["diff", "--config-dir", bogus_dir, filename] command = ["diff", "--config-dir", bogus_dir, filename]
if revision is not None: if revision:
command.extend(['--revision', revision]) command.extend(['--revision', revision])
data = SVN.Capture(command, None) data = SVN.Capture(command, None)
if data: if data:

Loading…
Cancel
Save