Fix python command for clang checks (2 -> 3).
This commit is contained in:

committed by
Brenden Matthews

parent
2a7226d893
commit
7c55203fec
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
#===- clang-tidy-diff.py - ClangTidy Diff Checker ------------*- python -*--===#
|
#===- clang-tidy-diff.py - ClangTidy Diff Checker ------------*- python -*--===#
|
||||||
#
|
#
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
"""A wrapper script around clang-format, suitable for linting multiple files
|
"""A wrapper script around clang-format, suitable for linting multiple files
|
||||||
and to use for continuous integration.
|
and to use for continuous integration.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user