diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-04-10 20:33:03 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-04-10 20:33:03 +0200 |
commit | 0f36b0b8553e540e37cab99666a2a577fefdf12c (patch) | |
tree | 2706f6eb773b81ba4fef73dda10e488487b28925 /src/lib/connections/tuntap | |
parent | f54a4ef76b36d7652778bf510c69739d7db32d33 (diff) | |
download | netctl-0f36b0b8553e540e37cab99666a2a577fefdf12c.tar.gz netctl-0f36b0b8553e540e37cab99666a2a577fefdf12c.tar.xz |
Uniformize modelines
Diffstat (limited to 'src/lib/connections/tuntap')
-rw-r--r-- | src/lib/connections/tuntap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connections/tuntap b/src/lib/connections/tuntap index b0cfa7e..47668b1 100644 --- a/src/lib/connections/tuntap +++ b/src/lib/connections/tuntap @@ -23,4 +23,4 @@ tuntap_down() { } -# vim: set ts=4 et sw=4 tw=0: +# vim: ft=sh ts=4 et sw=4: |