diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:05:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:05:40 +0100 |
commit | ddb49cfcbeb9bbb34ee03b03ba0818602629afef (patch) | |
tree | e5935768fb8a0cd0361db51529469197d4170e8a /udm/source | |
parent | 9a490e756ce4d825f42e8602761f5c7be6a29536 (diff) |
add modelines to .hxx files as wellfeature/rodatastrings
Diffstat (limited to 'udm/source')
-rw-r--r-- | udm/source/inc/precomp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/udm/source/inc/precomp.h b/udm/source/inc/precomp.h index 6d086b69..98288a71 100644 --- a/udm/source/inc/precomp.h +++ b/udm/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. @@ -64,3 +65,5 @@ Flush() { return csv::Flush; } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |