summaryrefslogtreecommitdiff
path: root/buildscripts/clang_format.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/clang_format.py')
-rwxr-xr-xbuildscripts/clang_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/clang_format.py b/buildscripts/clang_format.py
index 2666efead5b..477b4750d99 100755
--- a/buildscripts/clang_format.py
+++ b/buildscripts/clang_format.py
@@ -403,7 +403,7 @@ def reformat_branch( # pylint: disable=too-many-branches,too-many-locals,too-ma
(commit_prior_to_reformat))
# We assume the target branch is master, it could be a different branch if needed for testing
- merge_base = repo.get_merge_base("master")
+ merge_base = repo.get_merge_base(["HEAD", "master"])
if not merge_base == commit_prior_to_reformat:
raise ValueError(