diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:45:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:48:02 +0100 |
commit | b77940e5af41aae869e9415aef5b184a51601df4 (patch) | |
tree | 0d859634fa75d377a1bb403daa4e581cff208f7e /setup_native/scripts | |
parent | 6a6190a7bbe8e12a52a8a0a3b69d58ea4a90c31c (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'setup_native/scripts')
-rw-r--r-- | setup_native/scripts/source/getuid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup_native/scripts/source/getuid.c b/setup_native/scripts/source/getuid.c index 9af63f4f079d..1e7989ed1eb4 100644 --- a/setup_native/scripts/source/getuid.c +++ b/setup_native/scripts/source/getuid.c @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> @@ -133,3 +134,4 @@ int __lxstat64(int n, const char *path, struct stat64 *buf) } #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |