mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Fix multiline comment formatting
Many incorrectly formatted comments exist from the switch to 4 space indent: https://crrev.com/c/4836379 Bug: 1514505 Change-Id: I6366f9da812919bd35b999f18fa8a49b7a66c09b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5153633 Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
This commit is contained in:
@@ -24,11 +24,11 @@ STARTING_WORKDIR_KEY = 'depot-tools.rebase-update.starting-workdir'
|
||||
|
||||
def find_return_branch_workdir():
|
||||
"""Finds the branch and working directory which we should return to after
|
||||
rebase-update completes.
|
||||
rebase-update completes.
|
||||
|
||||
These values may persist across multiple invocations of rebase-update, if
|
||||
rebase-update runs into a conflict mid-way.
|
||||
"""
|
||||
These values may persist across multiple invocations of rebase-update, if
|
||||
rebase-update runs into a conflict mid-way.
|
||||
"""
|
||||
return_branch = git.get_config(STARTING_BRANCH_KEY)
|
||||
workdir = git.get_config(STARTING_WORKDIR_KEY)
|
||||
if not return_branch:
|
||||
|
||||
Reference in New Issue
Block a user