diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:30:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:52:27 +0100 |
commit | 08cbfebc045715334701b2a7f318d10256499d50 (patch) | |
tree | 58e157c6c2d67f0322c2eb5a695ae700f89bc5e6 /svl | |
parent | f0a94a67d3eb6d9ade5501db273d73c4091817ef (diff) |
add modelines to .h and .c files as well
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/svldllapi.h | 2 | ||||
-rw-r--r-- | svl/source/svdde/ddemlos2.h | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/svl/inc/svl/svldllapi.h b/svl/inc/svl/svldllapi.h index 0616a6fa59a9..59f663910896 100644 --- a/svl/inc/svl/svldllapi.h +++ b/svl/inc/svl/svldllapi.h @@ -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. @@ -39,3 +40,4 @@ #endif /* INCLUDED_SVLDLLAPI_H */ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svl/source/svdde/ddemlos2.h b/svl/source/svdde/ddemlos2.h index bdd31e470bcd..a31c14994353 100644 --- a/svl/source/svdde/ddemlos2.h +++ b/svl/source/svdde/ddemlos2.h @@ -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. @@ -372,3 +373,5 @@ int DdeCmpStringHandles(HSZ hsz1, HSZ hsz2); #endif /* _DDEML_HXX */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |