clang-format chromium_src
This commit is contained in:
parent
c090dd2f81
commit
8cc81509d7
38 changed files with 202 additions and 231 deletions
|
@ -97,7 +97,7 @@ class IconManager {
|
|||
CacheKey(const IconLoader::IconGroup& group, IconLoader::IconSize size);
|
||||
|
||||
// Used as a key in the map below, so we need this comparator.
|
||||
bool operator<(const CacheKey &other) const;
|
||||
bool operator<(const CacheKey& other) const;
|
||||
|
||||
IconLoader::IconGroup group;
|
||||
IconLoader::IconSize size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue