summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filprp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filprp.cxx')
-rw-r--r--ucb/source/ucp/file/filprp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/file/filprp.cxx b/ucb/source/ucp/file/filprp.cxx
index 9e45763d18..1db269e4df 100644
--- a/ucb/source/ucp/file/filprp.cxx
+++ b/ucb/source/ucp/file/filprp.cxx
@@ -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.
@@ -149,3 +150,5 @@ XPropertySetInfo_impl::hasPropertyByName(
if( m_seq[i].Name == aName ) return true;
return false;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */