Skip to content

Commit ae729ea

Browse files
authored
Update clang format version (#94)
1 parent 7ff0105 commit ae729ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/format.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22

3-
# Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
3+
# Copyright (c) 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions
@@ -65,7 +65,7 @@ def visit(path):
6565
style_config='google')
6666
return True
6767
else:
68-
args = ['clang-format-6.0', '--style=file', '-i']
68+
args = ['clang-format-15', '--style=file', '-i']
6969
if FLAGS.verbose:
7070
args.append('-verbose')
7171
args.append(path)

0 commit comments

Comments
 (0)