From f44eb1008ea260202ec91cd74364b4d42d690f8c Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Tue, 7 Nov 2017 19:39:15 +0800 Subject: [PATCH] revert clang format ver to 3.9 --- .clang_format.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang_format.hook b/.clang_format.hook index 8141fffb..4cbc972b 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.9" version=$(clang-format -version) -- GitLab