Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -8,12 +8,12 @@ STDOUT_FILENO = 1
|
||||
STDERR_FILENO = 2
|
||||
|
||||
; File mode constants, must match the values in the C headers
|
||||
O_RDONLY = $01
|
||||
O_WRONLY = $02
|
||||
O_RDWR = $03
|
||||
O_CREAT = $10
|
||||
O_TRUNC = $20
|
||||
O_APPEND = $40
|
||||
O_RDONLY = $01
|
||||
O_WRONLY = $02
|
||||
O_RDWR = $03
|
||||
O_CREAT = $10
|
||||
O_TRUNC = $20
|
||||
O_APPEND = $40
|
||||
O_EXCL = $80
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user