You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2019/03/12 12:45:40 UTC

[hbase] 52/133: HBASE-17395 [C++] Use custom line wrapping in formatting - ADDENDUM to remove an extra '=' sign.

This is an automated email from the ASF dual-hosted git repository.

zghao pushed a commit to branch HBASE-14850
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 328220bca70b57645431ce3c96d53b82a6deb94e
Author: Sudeep Sunthankar <su...@hashmapinc.com>
AuthorDate: Thu Jan 5 18:17:52 2017 +1100

    HBASE-17395 [C++] Use custom line wrapping in formatting - ADDENDUM to remove an extra '=' sign.
    
    Signed-off-by: Enis Soztutar <en...@apache.org>
---
 hbase-native-client/bin/format-code.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-native-client/bin/format-code.sh b/hbase-native-client/bin/format-code.sh
index 6796acd..8a19930 100755
--- a/hbase-native-client/bin/format-code.sh
+++ b/hbase-native-client/bin/format-code.sh
@@ -19,5 +19,5 @@ set -euo pipefail
 IFS=$'\n\t'
 
 
-find core connection serde utils test-util security -name "*.h" -or -name "*.cc" | xargs -P8 clang-format -i --style=='{BasedOnStyle: Google, ColumnLimit: 100}'
+find core connection serde utils test-util security -name "*.h" -or -name "*.cc" | xargs -P8 clang-format -i --style='{BasedOnStyle: Google, ColumnLimit: 100}'
 find core connection serde utils third-party security -name "BUCK" | xargs -P8 yapf -i --style=google