Commit ce3c8621 authored by maruel@chromium.org's avatar maruel@chromium.org

Style fix.

TEST=none
BUG=none

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35685 0039d316-1c4b-4281-b951-d872f2087c98
parent 1c7db8e6
......@@ -571,7 +571,7 @@ class SVN(object):
try:
# Grabs the diff data.
command = ["diff", "--config-dir", bogus_dir, filename]
if revision is not None:
if revision:
command.extend(['--revision', revision])
data = SVN.Capture(command, None)
if data:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment