summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/dictionary_var.h
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-22 08:06:26 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-22 08:06:26 +0000
commit665b5c54dd232d63620438e8941925b1ac1e52f4 (patch)
tree414b08e4b427946ac246ea786c8b64c6efc07736 /ppapi/shared_impl/dictionary_var.h
parenta2936b92f30b8a343bb5e8d18f95628b32c31100 (diff)
downloadchromium_src-665b5c54dd232d63620438e8941925b1ac1e52f4.zip
chromium_src-665b5c54dd232d63620438e8941925b1ac1e52f4.tar.gz
chromium_src-665b5c54dd232d63620438e8941925b1ac1e52f4.tar.bz2
PPAPI: Use clang-format on ppapi/shared_impl
This does not yet add the presubmit check. I'll do that when more of ppapi/ is converted. BUG=345417 Review URL: https://codereview.chromium.org/174213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/dictionary_var.h')
-rw-r--r--ppapi/shared_impl/dictionary_var.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/shared_impl/dictionary_var.h b/ppapi/shared_impl/dictionary_var.h
index cdc63bd..728bae1 100644
--- a/ppapi/shared_impl/dictionary_var.h
+++ b/ppapi/shared_impl/dictionary_var.h
@@ -45,9 +45,7 @@ class PPAPI_SHARED_EXPORT DictionaryVar : public Var {
bool SetWithStringKey(const std::string& utf8_key, const PP_Var& value);
void DeleteWithStringKey(const std::string& utf8_key);
- const KeyValueMap& key_value_map() const {
- return key_value_map_;
- }
+ const KeyValueMap& key_value_map() const { return key_value_map_; }
protected:
virtual ~DictionaryVar();