summaryrefslogtreecommitdiff
path: root/singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'singleton.h')
-rw-r--r--singleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/singleton.h b/singleton.h
index 37ccc95..ffd380f 100644
--- a/singleton.h
+++ b/singleton.h
@@ -70,6 +70,6 @@ cMutex Singleton<T>::m;
// mode: c++
// c-file-style: "stroustrup"
// c-file-offsets: ((inline-open . 0))
-// tab-width: 4;
+// c-basic-offset: 4
// indent-tabs-mode: nil
// End: