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

Unified Diff: ppapi/shared_impl/id_assignment.cc

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/id_assignment.h ('k') | ppapi/shared_impl/media_stream_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/id_assignment.cc
diff --git a/ppapi/shared_impl/id_assignment.cc b/ppapi/shared_impl/id_assignment.cc
index 9d36822c5dc50ec99ce5ae82701c9d7d3f47f3a7..363dbb49f910ef7d9e1c85b4b4a065a3e1514605 100644
--- a/ppapi/shared_impl/id_assignment.cc
+++ b/ppapi/shared_impl/id_assignment.cc
@@ -12,7 +12,7 @@ const unsigned int kPPIdTypeBits = 2;
const int32 kMaxPPId = kint32max >> kPPIdTypeBits;
-COMPILE_ASSERT(PP_ID_TYPE_COUNT <= (1<<kPPIdTypeBits),
+COMPILE_ASSERT(PP_ID_TYPE_COUNT <= (1 << kPPIdTypeBits),
kPPIdTypeBits_is_too_small_for_all_id_types);
} // namespace ppapi
« no previous file with comments | « ppapi/shared_impl/id_assignment.h ('k') | ppapi/shared_impl/media_stream_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698