From 2587ebf2f7c790195719a0fb659acec68f780e5b Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Fri, 17 Nov 2017 15:50:55 +0800 Subject: [PATCH] revert clang_format version --- .clang_format.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang_format.hook b/.clang_format.hook index 8141fffb..40d70f56 100755 --- a/.clang_format.hook +++ b/.clang_format.hook @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -readonly VERSION="3.6" +readonly VERSION="3.8" version=$(clang-format -version)