diff options
Diffstat (limited to 'otk/style.cc')
| -rw-r--r-- | otk/style.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/otk/style.cc b/otk/style.cc index 277924d6..89c7b05d 100644 --- a/otk/style.cc +++ b/otk/style.cc @@ -1,6 +1,8 @@ -#ifdef HAVE_CONFIG_H -#include "../config.h" -#endif // HAVE_CONFIG_H +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +#ifdef HAVE_CONFIG_H +# include "../config.h" +#endif #include <assert.h> #include <iostream> |
