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

Unified Diff: ppapi/shared_impl/file_io_state_manager.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/file_io_state_manager.h ('k') | ppapi/shared_impl/file_path.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/file_io_state_manager.cc
diff --git a/ppapi/shared_impl/file_io_state_manager.cc b/ppapi/shared_impl/file_io_state_manager.cc
index 9c9b6ea6676b3d2cbedfc5a9c068ed2549927f8e..c705f84da3a31f552e18623f9d89ddc6928dc128 100644
--- a/ppapi/shared_impl/file_io_state_manager.cc
+++ b/ppapi/shared_impl/file_io_state_manager.cc
@@ -10,17 +10,11 @@
namespace ppapi {
FileIOStateManager::FileIOStateManager()
- : num_pending_ops_(0),
- pending_op_(OPERATION_NONE),
- file_open_(false) {
-}
+ : num_pending_ops_(0), pending_op_(OPERATION_NONE), file_open_(false) {}
-FileIOStateManager::~FileIOStateManager() {
-}
+FileIOStateManager::~FileIOStateManager() {}
-void FileIOStateManager::SetOpenSucceed() {
- file_open_ = true;
-}
+void FileIOStateManager::SetOpenSucceed() { file_open_ = true; }
int32_t FileIOStateManager::CheckOperationState(OperationType new_op,
bool should_be_open) {
@@ -53,4 +47,3 @@ void FileIOStateManager::SetOperationFinished() {
}
} // namespace ppapi
-
« no previous file with comments | « ppapi/shared_impl/file_io_state_manager.h ('k') | ppapi/shared_impl/file_path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698