mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
os.nim: proper indentation
This commit is contained in:
@@ -501,7 +501,7 @@ proc splitFile*(path: string): tuple[dir, name, ext: string] {.
|
||||
assert ext == ""
|
||||
|
||||
if path.len == 0:
|
||||
result = ("", "", "")
|
||||
result = ("", "", "")
|
||||
elif path[^1] in {DirSep, AltSep}:
|
||||
if path.len == 1:
|
||||
# issue #8255
|
||||
|
||||
Reference in New Issue
Block a user