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) { |