summaryrefslogtreecommitdiff
path: root/LibCore/CIODevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibCore/CIODevice.h')
-rw-r--r--LibCore/CIODevice.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/LibCore/CIODevice.h b/LibCore/CIODevice.h
index 193b44c3bd..36cbd0e0fd 100644
--- a/LibCore/CIODevice.h
+++ b/LibCore/CIODevice.h
@@ -6,8 +6,7 @@
class CIODevice : public CObject {
public:
- enum OpenMode
- {
+ enum OpenMode {
NotOpen = 0,
ReadOnly = 1,
WriteOnly = 2,
@@ -40,8 +39,7 @@ public:
bool can_read() const;
- enum class SeekMode
- {
+ enum class SeekMode {
SetPosition,
FromCurrentPosition,
FromEndPosition,