diff options
author | landley <landley@driftwood> | 2006-10-18 18:38:16 -0400 |
---|---|---|
committer | landley <landley@driftwood> | 2006-10-18 18:38:16 -0400 |
commit | cd9dfc3b7b73715840b63180e2e4bfdb6e7ca9a4 (patch) | |
tree | a4e4932ecc15140ed48761ca8d32d5a0edc53bf7 /lib/getmountlist.c | |
parent | 4f344e356d2c36c4b1df46917eaef25f82ca79a9 (diff) | |
download | toybox-cd9dfc3b7b73715840b63180e2e4bfdb6e7ca9a4.tar.gz |
Next drop of toysh, plus more infratructure.
Diffstat (limited to 'lib/getmountlist.c')
-rw-r--r-- | lib/getmountlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getmountlist.c b/lib/getmountlist.c index a2b0698d..16b828bf 100644 --- a/lib/getmountlist.c +++ b/lib/getmountlist.c @@ -1,4 +1,4 @@ -/* vi: set ts=4 : */ +/* vi: set sw=4 ts=4 : */ #include "toys.h" |