1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Add vim formatting comment.

Because otherwise, I can't do any work. ;)

(cherry picked from commit 05d026d0d001f745154c81a131782516581b7be4)
This commit is contained in:
Dawid Ciężarkiewicz 2014-03-19 09:48:47 -07:00 committed by Dawid Ciężarkiewicz
parent 49f3f0ea32
commit fb8e502980

View file

@ -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 : */