]> granicus.if.org Git - clang/commit
clang-format: Properly format custom options in protocol buffer definitions.
authorDaniel Jasper <djasper@google.com>
Mon, 20 Jan 2014 16:47:22 +0000 (16:47 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 20 Jan 2014 16:47:22 +0000 (16:47 +0000)
commitd1ee17a6945e4a58161fb9b16510ee1399247c2c
treee2b14ca568668895cbc250863eacaa320067db2d
parent6a1431e97f52661199bf679e496c94b053391ce5
clang-format: Properly format custom options in protocol buffer definitions.

Before:
  option(my_option) = "abc";

After:
  option (my_option) = "abc";

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199672 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestProto.cpp