Browse Source

Literally just a commit to revert a previous one.

Zachary Pierson 8 years ago
parent
commit
3315dc7f25
2 changed files with 0 additions and 2 deletions
  1. 0 1
      core/os_linux.odin
  2. 0 1
      core/os_x.odin

+ 0 - 1
core/os_linux.odin

@@ -10,7 +10,6 @@ AddressSize :: i64;
 
 
 // INVALID_HANDLE: Handle : -1;
 // INVALID_HANDLE: Handle : -1;
 
 
-
 O_RDONLY   :: 0x00000;
 O_RDONLY   :: 0x00000;
 O_WRONLY   :: 0x00001;
 O_WRONLY   :: 0x00001;
 O_RDWR     :: 0x00002;
 O_RDWR     :: 0x00002;

+ 0 - 1
core/os_x.odin

@@ -10,7 +10,6 @@ AddressSize :: i64;
 
 
 // INVALID_HANDLE: Handle : -1;
 // INVALID_HANDLE: Handle : -1;
 
 
-
 O_RDONLY   :: 0x00000;
 O_RDONLY   :: 0x00000;
 O_WRONLY   :: 0x00001;
 O_WRONLY   :: 0x00001;
 O_RDWR     :: 0x00002;
 O_RDWR     :: 0x00002;