diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-06-16 02:48:58 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-06-16 02:57:07 +0100 |
commit | e7d0b214589dbd623d14219990198ccb804eff6d (patch) | |
tree | a45f1c38b67c8de6c042f4bb7d72c7931a4091f0 /mysqlcppconn | |
parent | 35e17fa2b3440b831eeaf37b9c6db6b6574ae4d8 (diff) |
add missing modelines.
Change-Id: Ia0472d4dbce203f0b813e353b4b29f9dc9618664
Diffstat (limited to 'mysqlcppconn')
-rw-r--r-- | mysqlcppconn/binding_config.h | 3 | ||||
-rw-r--r-- | mysqlcppconn/config.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mysqlcppconn/binding_config.h b/mysqlcppconn/binding_config.h index 85506c6c5305..23811e8965b3 100644 --- a/mysqlcppconn/binding_config.h +++ b/mysqlcppconn/binding_config.h @@ -1,2 +1,5 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #define HAVE_DLFCN_H 1 #define MYSQLCLIENT_STATIC_BINDING 1 + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/mysqlcppconn/config.h b/mysqlcppconn/config.h index e30a0cbc9248..7736c611f7be 100644 --- a/mysqlcppconn/config.h +++ b/mysqlcppconn/config.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include <sal/types.h> #define HAVE_FUNCTION_STRTOL 1 @@ -34,3 +35,5 @@ typedef sal_uInt32 uint32_t; typedef sal_Int64 int64_t; typedef sal_uInt64 uint64_t; #endif // !defined(HAVE_STDINT_H) && !defined(HAVE_INTTYPES_H) + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |