summaryrefslogtreecommitdiffstats
path: root/util/git-hooks/commit-msg
diff options
context:
space:
mode:
Diffstat (limited to 'util/git-hooks/commit-msg')
-rwxr-xr-xutil/git-hooks/commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/git-hooks/commit-msg b/util/git-hooks/commit-msg
index b9217e081..346c08f3b 100755
--- a/util/git-hooks/commit-msg
+++ b/util/git-hooks/commit-msg
@@ -47,7 +47,7 @@ add_ChangeId() {
# *Do* add Change-Id to temp commits (original code bails out here)
# if echo "$clean_message" | head -1 | grep -q '^\(fixup\|squash\)!'
# then
- # return
+ # return
# fi
if test "false" = "`git config --bool --get gerrit.createChangeId`"