From 056140ae832784a5beb01a3039bbbbf14dc0b7f9 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Fri, 7 May 2021 19:21:40 +0200 Subject: [PATCH] Update git-clang-format URL The previous svn link is broken. --- packager/tools/git/check_formatting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/tools/git/check_formatting.py b/packager/tools/git/check_formatting.py index 5e29ac8074..179f4e716a 100755 --- a/packager/tools/git/check_formatting.py +++ b/packager/tools/git/check_formatting.py @@ -19,7 +19,7 @@ Steps to install clang-format on your system if you don't have it already: Mac: brew install clang-format 2. Download git-clang-format from - https://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/git-clang-format + https://github.com/llvm-mirror/clang/blob/master/tools/clang-format/git-clang-format 3. Move the script somewhere in your path, e.g. sudo mv git-clang-format /usr/bin/