mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-26 00:28:25 +00:00
Fix python command for clang checks (2 -> 3).
This commit is contained in:
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user