[PATCH] D124280: [git-clang-format] Change run line from python to python3

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 22 12:15:21 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc94a02e0e223: [git-clang-format] Change run line from python to python3 (authored by thakis).
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124280/new/

https://reviews.llvm.org/D124280

Files:
  clang/tools/clang-format/git-clang-format


Index: clang/tools/clang-format/git-clang-format
===================================================================
--- clang/tools/clang-format/git-clang-format
+++ clang/tools/clang-format/git-clang-format
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
 #


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124280.424566.patch
Type: text/x-patch
Size: 360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220422/0f8b7576/attachment-0001.bin>


More information about the cfe-commits mailing list