diff options
Diffstat (limited to 'sal/rtl/source/uuid.cxx')
-rw-r--r-- | sal/rtl/source/uuid.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/rtl/source/uuid.cxx b/sal/rtl/source/uuid.cxx index 684bcef2d..d824cea88 100644 --- a/sal/rtl/source/uuid.cxx +++ b/sal/rtl/source/uuid.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. @@ -178,3 +179,4 @@ extern "C" sal_Int32 SAL_CALL rtl_compareUuid( const sal_uInt8 *pUUID1 , const s } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |