summaryrefslogtreecommitdiffstats
path: root/tools/workben/hashtbl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/workben/hashtbl.cxx')
-rw-r--r--tools/workben/hashtbl.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/workben/hashtbl.cxx b/tools/workben/hashtbl.cxx
index bcd9f903ab64..5f75d481e8db 100644
--- a/tools/workben/hashtbl.cxx
+++ b/tools/workben/hashtbl.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.
@@ -513,3 +514,5 @@ void* HashTableIterator::FindValidObject(BOOL bForward)
return pObject;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */