Where applicable, follow the Google C++ Style Guide with the following modifications:
-
Braces should always be used for conditionals, loops and switch statements.
-
Braces should always be on a new line.
Where applicable, follow the Google C++ Style Guide with the following modifications:
Braces should always be used for conditionals, loops and switch statements.
Braces should always be on a new line.