Index: net/base/file_stream_whence.h |
diff --git a/net/base/file_stream_whence.h b/net/base/file_stream_whence.h |
index a962341f93d2241d209a0bcd786748fd0b3d59f8..6fa19f86d3ba7392632f5a639d12e64573fc92a2 100644 |
--- a/net/base/file_stream_whence.h |
+++ b/net/base/file_stream_whence.h |
@@ -9,11 +9,7 @@ namespace net { |
// TODO(darin): Move this to a more generic location. |
// This explicit mapping matches both FILE_ on Windows and SEEK_ on Linux. |
-enum Whence { |
- FROM_BEGIN = 0, |
- FROM_CURRENT = 1, |
- FROM_END = 2 |
-}; |
+enum Whence { FROM_BEGIN = 0, FROM_CURRENT = 1, FROM_END = 2 }; |
} // namespace net |