Reformat arglist.

This commit is contained in:
Daiki Ueno
2010-06-04 15:18:43 +09:00
parent 7adc9823bf
commit da031a7019

View File

@ -128,15 +128,15 @@ eek_clutter_section_real_get_bounds (EekSection *self,
}
static EekKey *
eek_clutter_section_real_create_key (EekSection *self,
const gchar *name,
guint *keysyms,
gint num_groups,
gint num_levels,
gint column,
gint row,
EekOutline *outline,
EekBounds *bounds)
eek_clutter_section_real_create_key (EekSection *self,
const gchar *name,
guint *keysyms,
gint num_groups,
gint num_levels,
gint column,
gint row,
EekOutline *outline,
EekBounds *bounds)
{
EekClutterSectionPrivate *priv = EEK_CLUTTER_SECTION_GET_PRIVATE(self);
EekKey *key;