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

Unified Diff: core/src/fxcrt/plex.h

Issue 1265503005: clang-format all pdfium code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: sigh Created 5 years, 4 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
Index: core/src/fxcrt/plex.h
diff --git a/core/src/fxcrt/plex.h b/core/src/fxcrt/plex.h
index baf27f536859b7e755779b37246187360518a056..d560406539e231a9e873c2cfe17862863353e43d 100644
--- a/core/src/fxcrt/plex.h
+++ b/core/src/fxcrt/plex.h
@@ -9,13 +9,10 @@
#include "../../include/fxcrt/fx_system.h"
struct CFX_Plex {
- CFX_Plex* pNext;
- void* data()
- {
- return this + 1;
- }
- static CFX_Plex* Create(CFX_Plex*& head, FX_DWORD nMax, FX_DWORD cbElement);
- void FreeDataChain();
+ CFX_Plex* pNext;
+ void* data() { return this + 1; }
+ static CFX_Plex* Create(CFX_Plex*& head, FX_DWORD nMax, FX_DWORD cbElement);
+ void FreeDataChain();
};
#endif // CORE_SRC_FXCRT_PLEX_H_

Powered by Google App Engine
This is Rietveld 408576698