Fix precommit, git-clang-format doesn't like spaces between extension type
This commit is contained in:
parent
b53a8aace3
commit
778885db9f
@ -470,6 +470,6 @@ if __name__ == "__main__":
|
||||
|
||||
print 'git clang-format...'
|
||||
# we don't want to format .proto files, so we specify every other supported extension
|
||||
print commands.getoutput('git clang-format --extensions "c, h, m, mm, cc, cp, cpp, c++, cxx, hh, hxx, cu, java, js, ts, cs"')
|
||||
print commands.getoutput('git clang-format --extensions "c,h,m,mm,cc,cp,cpp,c++,cxx,hh,hxx,cu,java,js,ts,cs"')
|
||||
|
||||
check_diff_for_keywords()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user