commit | c4799eba53045c8832d6f04cff0e5dce2108383c | [log] [tgz] |
---|---|---|
author | MÃ¥rten Kongstad <[email protected]> | Thu Jun 04 20:48:11 2020 +0200 |
committer | Todd Kennedy <[email protected]> | Wed Jun 10 09:11:18 2020 -0700 |
tree | 2f712a28d650c11fbda1d475956ad54e8ab99557 | |
parent | 1f9a5ed4a845b5c8468648224f2b872ec75463e8 [diff] |
idmap2: fix cpplint warnings Fix the following to make cpplint happy again: - Use C++ style casts - Rename a few header guards - Add missing includes of standard C++ headers - Add comments to the end of namespaces Also, for consistency, always use "..." instead of <...> for local include files, i.e. #include "idmap2/.*" Test: cmds/idmap2/static-checks.sh Change-Id: Ie735a36d562d1fc51b61f1f0f45aec0d160f602d