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

Unified Diff: ppapi/shared_impl/platform_file.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/media_stream_buffer_manager.cc ('k') | ppapi/shared_impl/ppapi_globals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/platform_file.cc
diff --git a/ppapi/shared_impl/platform_file.cc b/ppapi/shared_impl/platform_file.cc
index fe9c2ff6bd39666c6be9e1303500e02001bd5407..0bdd5db7f8ea879051d7fbcdc309bdd46ef4b1c4 100644
--- a/ppapi/shared_impl/platform_file.cc
+++ b/ppapi/shared_impl/platform_file.cc
@@ -14,7 +14,7 @@ base::PlatformFile IntToPlatformFile(int32_t handle) {
#elif defined(OS_POSIX)
return handle;
#else
- #error Not implemented.
+#error Not implemented.
#endif
}
@@ -24,7 +24,7 @@ int32_t PlatformFileToInt(base::PlatformFile handle) {
#elif defined(OS_POSIX)
return handle;
#else
- #error Not implemented.
+#error Not implemented.
#endif
}
« no previous file with comments | « ppapi/shared_impl/media_stream_buffer_manager.cc ('k') | ppapi/shared_impl/ppapi_globals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698