mirror of
https://github.com/danog/file.git
synced 2024-12-02 09:17:57 +01:00
Spaces
This commit is contained in:
parent
1eca93a87e
commit
8e063788e8
@ -8,10 +8,12 @@ enum Whence
|
||||
* Set position equal to offset bytes.
|
||||
*/
|
||||
case Start;
|
||||
|
||||
/**
|
||||
* Set position to current location plus offset.
|
||||
*/
|
||||
case Current;
|
||||
|
||||
/**
|
||||
* Set position to end-of-file plus offset.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user