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 | da5cef0ab476edf496f7591ab511d09336dd197f (patch) | |
tree | ad97ca5f38af80e9de0c925388942d5a520f1b0f /xml2cmp/source | |
parent | c9d96e6ac9985f4bf9e899d6d31937bae374c57d (diff) |
add modelines to .h and .c files as well
Diffstat (limited to 'xml2cmp/source')
-rw-r--r-- | xml2cmp/source/inc/lst_str.h | 2 | ||||
-rw-r--r-- | xml2cmp/source/inc/new_del.h | 2 | ||||
-rw-r--r-- | xml2cmp/source/inc/precomp.h | 2 | ||||
-rw-r--r-- | xml2cmp/source/inc/str.h | 2 | ||||
-rw-r--r-- | xml2cmp/source/inc/textbuff.h | 2 | ||||
-rw-r--r-- | xml2cmp/source/inc/textfile.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/xml2cmp/source/inc/lst_str.h b/xml2cmp/source/inc/lst_str.h index 1a7ff7bb1f10..fdd162ad05b8 100644 --- a/xml2cmp/source/inc/lst_str.h +++ b/xml2cmp/source/inc/lst_str.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. @@ -97,3 +98,4 @@ void LSE_DeleteData( LSElem_THIS ); #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xml2cmp/source/inc/new_del.h b/xml2cmp/source/inc/new_del.h index 3c0fbaa59218..c00c4bb26e27 100644 --- a/xml2cmp/source/inc/new_del.h +++ b/xml2cmp/source/inc/new_del.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. @@ -53,3 +54,4 @@ void Delete( #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xml2cmp/source/inc/precomp.h b/xml2cmp/source/inc/precomp.h index a909019b124e..72e1f368b2bf 100644 --- a/xml2cmp/source/inc/precomp.h +++ b/xml2cmp/source/inc/precomp.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. @@ -53,3 +54,4 @@ typedef long intt; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xml2cmp/source/inc/str.h b/xml2cmp/source/inc/str.h index 5d3a2a03040e..62192aaa9a71 100644 --- a/xml2cmp/source/inc/str.h +++ b/xml2cmp/source/inc/str.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. @@ -69,3 +70,4 @@ void Cs_ToUpper( Cstring_THIS ); #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xml2cmp/source/inc/textbuff.h b/xml2cmp/source/inc/textbuff.h index bb9ee672dc2c..94fc16247d46 100644 --- a/xml2cmp/source/inc/textbuff.h +++ b/xml2cmp/source/inc/textbuff.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. @@ -83,3 +84,4 @@ Bool TB_EndOfBuffer( TextBuffer_THIS ); #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xml2cmp/source/inc/textfile.h b/xml2cmp/source/inc/textfile.h index 9c6b15fa0608..a86d355a9cf4 100644 --- a/xml2cmp/source/inc/textfile.h +++ b/xml2cmp/source/inc/textfile.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. @@ -74,3 +75,4 @@ intt TF_Size( TextFile_THIS ); +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |