Skip to content

Commit 93abc6a

Browse files
committed
Bump clang-format version in paper generator script
1 parent fd3ca3f commit 93abc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper/generator/generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function process_file() {
1111
local build_dir="$1" ; shift
1212
cp $generator_script_dir/../../$file $build_dir
1313
local file_copy=$build_dir/${file##*/}
14-
clang-format-20 -i -style=file $file_copy
14+
clang-format-21 -i -style=file $file_copy
1515
$generator_script_dir/post_clang_format.py $file_copy > ${file_copy}.md
1616
rm $file_copy
1717
}

0 commit comments

Comments
 (0)