diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-17 03:33:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-17 03:50:18 +0200 |
commit | 03467c88fba6caeffce2a57a31ee2344e3d3ba31 (patch) | |
tree | ac7a2c5161efaad498a47ce301adf6373ec81847 /src/mount.h | |
parent | 3aef3aee6e2e3faf49ef09c7694374a75243f12c (diff) |
emacs: disable tabs in .h files, too
Diffstat (limited to 'src/mount.h')
-rw-r--r-- | src/mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.h b/src/mount.h index 226a1e2f5d..920a70dfab 100644 --- a/src/mount.h +++ b/src/mount.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foomounthfoo #define foomounthfoo |