diff options
Diffstat (limited to 'store/source/storcach.cxx')
-rw-r--r-- | store/source/storcach.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/store/source/storcach.cxx b/store/source/storcach.cxx index f54008d8d..201f99753 100644 --- a/store/source/storcach.cxx +++ b/store/source/storcach.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. @@ -559,3 +560,5 @@ PageCache_createInstance ( } } // namespace store + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |