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/host_resource.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/host_resource.h ('k') | ppapi/shared_impl/id_assignment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/host_resource.cc
diff --git a/ppapi/shared_impl/host_resource.cc b/ppapi/shared_impl/host_resource.cc
index 031a5f04aecd2701c9f7154067f7e7557560876f..ef15270de38c8a39b23a4d71c204053495b8a736 100644
--- a/ppapi/shared_impl/host_resource.cc
+++ b/ppapi/shared_impl/host_resource.cc
@@ -6,8 +6,7 @@
namespace ppapi {
-HostResource::HostResource() : instance_(0), host_resource_(0) {
-}
+HostResource::HostResource() : instance_(0), host_resource_(0) {}
// static
HostResource HostResource::MakeInstanceOnly(PP_Instance instance) {
@@ -22,4 +21,3 @@ void HostResource::SetHostResource(PP_Instance instance, PP_Resource resource) {
}
} // namespace ppapi
-
« no previous file with comments | « ppapi/shared_impl/host_resource.h ('k') | ppapi/shared_impl/id_assignment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698