diff options
Diffstat (limited to 'store/source/store.cxx')
-rw-r--r-- | store/source/store.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/store/source/store.cxx b/store/source/store.cxx index f1242cc42..d0316c4b7 100644 --- a/store/source/store.cxx +++ b/store/source/store.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. @@ -763,3 +764,5 @@ storeError SAL_CALL store_remove ( // Remove. return xManager->remove (aKey); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |