Skip to content

Commit 0a67704

Browse files
Fix clang-format command
1 parent 2e3237f commit 0a67704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function fmt() {
3131
file_base_name=$(basename "$file")
3232

3333
echo -e "\e[0;32m[+] Format file: $file_base_name\e[0;37m"
34-
"$clang_fmt" -style=file "$clang_fmt_cfg" "$file" >/dev/null
34+
"$clang_fmt" -i "$file"
3535
done
3636
}
3737

0 commit comments

Comments
 (0)