summaryrefslogtreecommitdiff
path: root/upb/json/printer.c
diff options
context:
space:
mode:
authorborislav nikolov <jack@sofialondonmoskva.com>2016-02-18 11:06:09 +0100
committerborislav nikolov <jack@sofialondonmoskva.com>2016-02-18 11:06:09 +0100
commit5da90a3571d172f1b4b99267d044642ad6bda25b (patch)
tree977c1e8a87a4e41673a948ac71a3dfac7b5e0474 /upb/json/printer.c
parent4d9fa86309ff2561efeb6c1b4c5f2b946d7f498b (diff)
indent according to google-style-guide
https://google.github.io/styleguide/cppguide.html#Constructor_Initializer_Lists ``` // If the signature and initializer list are not all on one line, // you must wrap before the colon and indent 4 spaces: MyClass::MyClass(int var) : some_var_(var), some_other_var_(var + 1) { DoSomething(); } ``` and ``` // As with any other code block, the close curly can be on the same // line as the open curly, if it fits. MyClass::MyClass(int var) : some_var_(var) {} ```
Diffstat (limited to 'upb/json/printer.c')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback