Explorar o código

Literally just a commit to revert a previous one.

Zachary Pierson %!s(int64=8) %!d(string=hai) anos
pai
achega
3315dc7f25
Modificáronse 2 ficheiros con 0 adicións e 2 borrados
  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;
 
-
 O_RDONLY   :: 0x00000;
 O_WRONLY   :: 0x00001;
 O_RDWR     :: 0x00002;

+ 0 - 1
core/os_x.odin

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