Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
46da1cae
Commit
46da1cae
authored
Apr 12, 2012
by
John Koleszar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FTFY: fix syntax error
Change-Id: I1952608479954c07f3556f96ea3de9118216bf27
parent
6b33ca39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/ftfy.sh
tools/ftfy.sh
+1
-1
No files found.
tools/ftfy.sh
View file @
46da1cae
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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