summaryrefslogtreecommitdiff
path: root/bridges/source/remote/urp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 13:13:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-27 16:04:46 +0100
commitce5350816627f1eb0672c4b2ec9ca7f6cc611edf (patch)
tree1148c102d921d8d8829a4a4e79cfb7bc876c6b1d /bridges/source/remote/urp
parent070d7966bfc8bd3859284433210407dbd63180d2 (diff)
add modelines to .h and .c files as well
Diffstat (limited to 'bridges/source/remote/urp')
-rw-r--r--bridges/source/remote/urp/urp_cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bridges/source/remote/urp/urp_cache.h b/bridges/source/remote/urp/urp_cache.h
index f3f840621..ca3dec9c8 100644
--- a/bridges/source/remote/urp/urp_cache.h
+++ b/bridges/source/remote/urp/urp_cache.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.
@@ -55,3 +56,5 @@ namespace bridges_urp
sal_uInt16 m_nEntries;
};
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */