summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/irwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/irwlock.h')
-rw-r--r--framework/inc/threadhelp/irwlock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/inc/threadhelp/irwlock.h b/framework/inc/threadhelp/irwlock.h
index e34b310a8fe8..3d513fc07b0c 100644
--- a/framework/inc/threadhelp/irwlock.h
+++ b/framework/inc/threadhelp/irwlock.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.
@@ -85,3 +86,5 @@ class IRWLock
} // namespace framework
#endif // #ifndef __FRAMEWORK_THREADHELP_IRWLOCK_H_
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */