Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
87b12ac8
Commit
87b12ac8
authored
Apr 12, 2012
by
John Koleszar
Committed by
Gerrit Code Review
Apr 12, 2012
Browse files
Merge "FTFY: fix syntax error"
parents
e4dc2b92
46da1cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/ftfy.sh
View file @
87b12ac8
...
...
@@ -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
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment