diff options
Diffstat (limited to 'sal/osl/w32/path_helper.h')
-rw-r--r-- | sal/osl/w32/path_helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/w32/path_helper.h b/sal/osl/w32/path_helper.h index df40758e9..41a0f4330 100644 --- a/sal/osl/w32/path_helper.h +++ b/sal/osl/w32/path_helper.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. @@ -68,3 +69,5 @@ sal_Int32 osl_systemPathIsLogicalDrivePattern(/*in*/ const rtl_uString* pustrPat #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |