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

@ -18,16 +18,16 @@
* 02110-1301 USA
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include <string.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <cogl/cogl.h>
#include <cogl/cogl-pango.h>
#include <clutter/clutter.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include "eek-clutter-renderer.h"
#include "eek-key.h"