diff options
author | Evan Brown <ezb@google.com> | 2024-02-23 11:33:08 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-02-23 11:34:48 -0800 |
commit | eef325b1d102aa4cbf1dbd865493ea0757222f3f (patch) | |
tree | ddc5b152b75ac20aed0f82dc638ac844c29f6a9f /conanfile.py | |
parent | d87dc03cee90a0cac2dbf254217b346ca693bb83 (diff) | |
download | abseil-eef325b1d102aa4cbf1dbd865493ea0757222f3f.tar.gz abseil-eef325b1d102aa4cbf1dbd865493ea0757222f3f.tar.bz2 abseil-eef325b1d102aa4cbf1dbd865493ea0757222f3f.zip |
Add braces for conditional statements in raw_hash_map functions.
The current version violates the Google C++ style guide - see https://google.github.io/styleguide/cppguide.html#Formatting_Looping_Branching. This code does not fit into the historical exception that "the curly braces for the controlled statement or the line breaks inside the curly braces may be omitted if as a result the entire statement appears on either a single line (in which case there is a space between the closing parenthesis and the controlled statement) or on two lines (in which case there is a line break after the closing parenthesis and there are no braces)."
PiperOrigin-RevId: 609789188
Change-Id: Id7ae9596e454dac5581d19939564c07670077f92
Diffstat (limited to 'conanfile.py')
0 files changed, 0 insertions, 0 deletions