commit | cf622490b362801794d148b01d61470ae64352ed | [log] [tgz] |
---|---|---|
author | MÃ¥rten Kongstad <marten.kongstad@sony.com> | Tue Mar 19 22:40:58 2019 +0100 |
committer | Todd Kennedy <toddke@google.com> | Wed Mar 20 13:49:44 2019 -0700 |
tree | 44c3b9e80a3fe8a1771d117af4545fabc9252c28 | |
parent | 3be2db9bbf33f56efb92c97c0a91ad8ab670f0e0 [diff] [blame] |
idmap2: clang-format Test: cmds/idmap2/static-checks.sh Change-Id: I17a0268058156373e9af1e00a7bcca5a8cc8f100
diff --git a/cmds/idmap2/libidmap2/Idmap.cpp b/cmds/idmap2/libidmap2/Idmap.cpp index 9afdd437..e8e19d8 100644 --- a/cmds/idmap2/libidmap2/Idmap.cpp +++ b/cmds/idmap2/libidmap2/Idmap.cpp
@@ -56,7 +56,7 @@ } inline const std::map<TypeId, std::set<std::pair<ResourceId, ResourceId>>>& WARN_UNUSED - Map() const { + Map() const { return map_; }