Commit 6a3e0022 authored by tandrii@chromium.org's avatar tandrii@chromium.org

Revert of git cl: follow up indentation fix. (patchset #1 id:1 of...

Revert of git cl: follow up indentation fix. (patchset #1 id:1 of https://codereview.chromium.org/1830703004/ )

Reason for revert:
http://crbug.com/597638

Original issue's description:
> git cl: follow up indentation fix.
> 
> TBR=machenbach@chromium.org
> BUG=579160
> 
> Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299466

TBR=machenbach@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=579160

Review URL: https://codereview.chromium.org/1834583003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299473 0039d316-1c4b-4281-b951-d872f2087c98
parent 07556116
...@@ -909,7 +909,7 @@ class Changelist(object): ...@@ -909,7 +909,7 @@ class Changelist(object):
# No issue is set for this branch, so decide based on repo-wide settings. # No issue is set for this branch, so decide based on repo-wide settings.
return self._load_codereview_impl( return self._load_codereview_impl(
codereview='gerrit' if settings.GetIsGerrit() else 'rietveld') codereview='gerrit' if settings.GetIsGerrit() else 'rietveld')
def GetCCList(self): def GetCCList(self):
......
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