summaryrefslogtreecommitdiff
path: root/dxr3log.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3log.h')
-rw-r--r--dxr3log.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/dxr3log.h b/dxr3log.h
index fdb6bbd..6413a3d 100644
--- a/dxr3log.h
+++ b/dxr3log.h
@@ -104,5 +104,10 @@ protected:
static void Unlock() { cLog::m_pMutex->Unlock(); }
};
-
#endif /*_DXR3_LOG_H_*/
+
+// Local variables:
+// mode: c++
+// c-file-style: "stroustrup"
+// indent-tabs-mode: t
+// End: