Fix python command for clang checks (2 -> 3).

This commit is contained in:
Brenden Matthews 2020-01-08 11:01:54 -05:00 committed by Brenden Matthews
parent 2a7226d893
commit 7c55203fec
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
#===- clang-tidy-diff.py - ClangTidy Diff Checker ------------*- python -*--===#
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""A wrapper script around clang-format, suitable for linting multiple files
and to use for continuous integration.