mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Add vim formatting comment.
Because otherwise, I can't do any work. ;)
This commit is contained in:
parent
5c690b33d6
commit
05d026d0d0
1 changed files with 1 additions and 0 deletions
|
@ -200,3 +200,4 @@ fn open(path: ~str) -> Option<~Reader> {
|
|||
Err(e) => fail!("cat: {0:s}: {1:s}", path, e.to_str())
|
||||
}
|
||||
}
|
||||
/* vim: set ai ts=4 sw=4 sts=4 et : */
|
||||
|
|
Loading…
Reference in a new issue