Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
4608a5b2
Unverified
Commit
4608a5b2
authored
Feb 02, 2021
by
Vincent QB
Committed by
GitHub
Feb 02, 2021
Browse files
use underscore in python filenames (#1222)
parent
828df46a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
.circleci/unittest/linux/scripts/run_clang_format.py
.circleci/unittest/linux/scripts/run_clang_format.py
+0
-0
.circleci/unittest/linux/scripts/run_style_checks.sh
.circleci/unittest/linux/scripts/run_style_checks.sh
+1
-1
No files found.
.circleci/unittest/linux/scripts/run
-
clang
-
format.py
→
.circleci/unittest/linux/scripts/run
_
clang
_
format.py
View file @
4608a5b2
File moved
.circleci/unittest/linux/scripts/run_style_checks.sh
View file @
4608a5b2
...
...
@@ -37,7 +37,7 @@ if [ "${status}" -ne 0 ]; then
fi
printf
"
\x
1b[34mRunning clang-format:
\x
1b[0m
\n
"
"
${
this_dir
}
"
/run
-
clang
-
format.py
\
"
${
this_dir
}
"
/run
_
clang
_
format.py
\
-r
torchaudio/csrc
\
--clang-format-executable
"
${
clangformat_path
}
"
\
&&
git diff
--exit-code
...
...
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