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

Unified Diff: runtime/bin/utils.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/thread_win.cc ('k') | runtime/bin/utils_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/utils.h
diff --git a/runtime/bin/utils.h b/runtime/bin/utils.h
index 18b1db216c04a0c1ad3e055857306228a0908f52..03c1578b02109914ff645c31eabf3ee8425648bf 100644
--- a/runtime/bin/utils.h
+++ b/runtime/bin/utils.h
@@ -16,12 +16,7 @@ namespace bin {
class OSError {
public:
- enum SubSystem {
- kSystem,
- kGetAddressInfo,
- kBoringSSL,
- kUnknown = -1
- };
+ enum SubSystem { kSystem, kGetAddressInfo, kBoringSSL, kUnknown = -1 };
OSError();
OSError(int code, const char* message, SubSystem sub_system) {
« no previous file with comments | « runtime/bin/thread_win.cc ('k') | runtime/bin/utils_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698