diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-17 09:41:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-17 09:41:58 +0000 |
| commit | 1d897f432e54400cb2a0e1499712782b336fd728 (patch) | |
| tree | 2ff371ac0e95fbb1ea237e430bf561f8120564c6 /otk/style.cc | |
| parent | 638d4e6f1902c92e73b04246f349318236378437 (diff) | |
add the config header and emacs comment to all the .cc's
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> |
