summaryrefslogtreecommitdiff
path: root/sal/inc/internal/once.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/internal/once.h')
-rw-r--r--sal/inc/internal/once.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/inc/internal/once.h b/sal/inc/internal/once.h
index 4438f281215c..cede77feacea 100644
--- a/sal/inc/internal/once.h
+++ b/sal/inc/internal/once.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.
@@ -77,3 +78,5 @@ struct sal_once_st
#endif /* SAL_UNX | SAL_W32 */
#endif /* INCLUDED_SAL_INTERNAL_ONCE_H */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */