diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:13:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 16:04:46 +0100 |
commit | ce5350816627f1eb0672c4b2ec9ca7f6cc611edf (patch) | |
tree | 1148c102d921d8d8829a4a4e79cfb7bc876c6b1d /sal/rtl/source/strtmpl.c | |
parent | 070d7966bfc8bd3859284433210407dbd63180d2 (diff) |
add modelines to .h and .c files as well
Diffstat (limited to 'sal/rtl/source/strtmpl.c')
-rw-r--r-- | sal/rtl/source/strtmpl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/rtl/source/strtmpl.c b/sal/rtl/source/strtmpl.c index 3febfc875..98c09f15a 100644 --- a/sal/rtl/source/strtmpl.c +++ b/sal/rtl/source/strtmpl.c @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -1565,3 +1566,5 @@ sal_Int32 SAL_CALL IMPL_RTL_STRINGNAME( getToken )( IMPL_RTL_STRINGDATA** ppThis return -1; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |