Skip to content
Snippets Groups Projects
Commit 929b1db2 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: Properly format custom options in protocol buffer definitions.

Before:
  option(my_option) = "abc";

After:
  option (my_option) = "abc";

llvm-svn: 199672
parent 3f5f3e79
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment