Skip to content

Commit 56b97fe

Browse files
tools/code_checks: Add out folder name.
Signed-off-by: Ramya Subramanyam <[email protected]>
1 parent 4beff40 commit 56b97fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/code_checks/run_clang_format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ edit_in_place="-i"
3030
fcolor_diagnostics="--fcolor-diagnostics"
3131
files=
3232
file_prefix="clang-format"
33-
output_dir="results/clang-format"
33+
output_dir="_results/clang-format"
3434
output_replacements_xml=
3535
sort_includes="--sort-includes"
3636
style="-style=file:"./config/clang-format/.clang-format""

0 commit comments

Comments
 (0)