Skip to content
Snippets Groups Projects
Commit 46da1cae authored by John Koleszar's avatar John Koleszar
Browse files

FTFY: fix syntax error

Change-Id: I1952608479954c07f3556f96ea3de9118216bf27
parent 6b33ca39
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ cd "$(git rev-parse --show-toplevel)"
git show > "${ORIG_DIFF}"
# Apply the style guide on new and modified files and collect its diff
for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM
for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM \
| grep '\.[ch]$'); do
case "$f" in
third_party/*) continue;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment