Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: ppapi/shared_impl/array_var.h

Issue 174213003: PPAPI: Use clang-format on ppapi/shared_impl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove DEPS Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/shared_impl/api_id.h ('k') | ppapi/shared_impl/array_var.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/array_var.h
diff --git a/ppapi/shared_impl/array_var.h b/ppapi/shared_impl/array_var.h
index 1214d87500c386e28ecc8da52bd598b8d833da69..673fbff77037c5a8f6464a8932f7cc19c54dbd36 100644
--- a/ppapi/shared_impl/array_var.h
+++ b/ppapi/shared_impl/array_var.h
@@ -37,13 +37,9 @@ class PPAPI_SHARED_EXPORT ArrayVar : public Var {
uint32_t GetLength() const;
PP_Bool SetLength(uint32_t length);
- const ElementVector& elements() const {
- return elements_;
- }
+ const ElementVector& elements() const { return elements_; }
- ElementVector& elements() {
- return elements_;
- }
+ ElementVector& elements() { return elements_; }
protected:
virtual ~ArrayVar();
« no previous file with comments | « ppapi/shared_impl/api_id.h ('k') | ppapi/shared_impl/array_var.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698