We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff0105 commit ae729eaCopy full SHA for ae729ea
tools/format.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/python
2
3
-# Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
+# Copyright (c) 2018-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
4
#
5
# Redistribution and use in source and binary forms, with or without
6
# modification, are permitted provided that the following conditions
@@ -65,7 +65,7 @@ def visit(path):
65
style_config='google')
66
return True
67
else:
68
- args = ['clang-format-6.0', '--style=file', '-i']
+ args = ['clang-format-15', '--style=file', '-i']
69
if FLAGS.verbose:
70
args.append('-verbose')
71
args.append(path)
0 commit comments