summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_types.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_types.cxx')
-rw-r--r--mysqlc/source/mysqlc_types.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_types.cxx b/mysqlc/source/mysqlc_types.cxx
index 5176452336e5..c363143d901d 100644
--- a/mysqlc/source/mysqlc_types.cxx
+++ b/mysqlc/source/mysqlc_types.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.
*
@@ -790,3 +791,5 @@ TypeInfoDef mysqlc_types[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
}
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */