From 6387a15be237031ff11847f7ee88f113bbd65b50 Mon Sep 17 00:00:00 2001 From: "yi.wu" Date: Sat, 12 May 2018 00:19:01 +0800 Subject: [PATCH] update --- .clang_format.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang_format.hook b/.clang_format.hook index edec286b7..1d9282168 100755 --- a/.clang_format.hook +++ b/.clang_format.hook @@ -1,7 +1,7 @@ #!/bin/bash set -e -readonly VERSION="7.0" +readonly VERSION="3.8" version=$(clang-format -version) -- GitLab