Code style fixes
Fix the arguments alignment whenever not consistent with the coding style rules.
This commit is contained in:
parent
7a93bcb64e
commit
cfb6022831
@ -1327,10 +1327,10 @@ clutter_text_real_del_prev (ClutterText *self,
|
||||
}
|
||||
|
||||
static gboolean
|
||||
clutter_text_real_activate (ClutterText *self,
|
||||
const gchar *action,
|
||||
guint keyval,
|
||||
ClutterModifierType modifiers)
|
||||
clutter_text_real_activate (ClutterText *self,
|
||||
const gchar *action,
|
||||
guint keyval,
|
||||
ClutterModifierType modifiers)
|
||||
{
|
||||
ClutterTextPrivate *priv = self->priv;
|
||||
|
||||
@ -1345,19 +1345,19 @@ clutter_text_real_activate (ClutterText *self,
|
||||
}
|
||||
|
||||
static gboolean
|
||||
clutter_text_real_page_up (ClutterText *self,
|
||||
const gchar *action,
|
||||
guint keyval,
|
||||
ClutterModifierType modifiers)
|
||||
clutter_text_real_page_up (ClutterText *self,
|
||||
const gchar *action,
|
||||
guint keyval,
|
||||
ClutterModifierType modifiers)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
clutter_text_real_page_down (ClutterText *self,
|
||||
const gchar *action,
|
||||
guint keyval,
|
||||
ClutterModifierType modifiers)
|
||||
clutter_text_real_page_down (ClutterText *self,
|
||||
const gchar *action,
|
||||
guint keyval,
|
||||
ClutterModifierType modifiers)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user