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

Unified Diff: runtime/bin/io_service.h

Issue 2480793002: clang-format runtime/bin (Closed)
Patch Set: Created 4 years, 1 month 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 | « runtime/bin/io_natives.cc ('k') | runtime/bin/io_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_service.h
diff --git a/runtime/bin/io_service.h b/runtime/bin/io_service.h
index 01d6eac616fc4fb6ef7f44759fe2e3d877a6767e..7439253b65cde75e6ad2944e7ceb227583a77384 100644
--- a/runtime/bin/io_service.h
+++ b/runtime/bin/io_service.h
@@ -58,14 +58,11 @@ namespace bin {
V(Directory, Rename, 38) \
V(SSLFilter, ProcessFilter, 39)
-#define DECLARE_REQUEST(type, method, id) \
- k##type##method##Request = id,
+#define DECLARE_REQUEST(type, method, id) k##type##method##Request = id,
class IOService {
public:
- enum {
-IO_SERVICE_REQUEST_LIST(DECLARE_REQUEST)
- };
+ enum { IO_SERVICE_REQUEST_LIST(DECLARE_REQUEST) };
static Dart_Port GetServicePort();
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/io_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698