Fix coding style.

This commit is contained in:
Daiki Ueno
2011-03-04 14:28:20 +09:00
parent e6dfc595ab
commit 23ab2a343f
12 changed files with 38 additions and 34 deletions

View File

@ -27,16 +27,16 @@
* elements using XKB.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include <gdk/gdkx.h>
#include <X11/XKBlib.h>
#include <X11/extensions/XKBgeom.h>
#include <string.h>
#include <stdarg.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include "eek-xkb-layout.h"
#include "eek-keyboard.h"
#include "eek-section.h"