diff options
Diffstat (limited to 'sal/osl/all/filepath.c')
-rw-r--r-- | sal/osl/all/filepath.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/osl/all/filepath.c b/sal/osl/all/filepath.c index 951728cbd..7489b1538 100644 --- a/sal/osl/all/filepath.c +++ b/sal/osl/all/filepath.c @@ -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. @@ -121,3 +122,4 @@ oslFileError SAL_CALL osl_abbreviateSystemPath( rtl_uString *ustrSystemPath, rtl } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |