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
|
static gboolean
|
||||||
clutter_text_real_activate (ClutterText *self,
|
clutter_text_real_activate (ClutterText *self,
|
||||||
const gchar *action,
|
const gchar *action,
|
||||||
guint keyval,
|
guint keyval,
|
||||||
ClutterModifierType modifiers)
|
ClutterModifierType modifiers)
|
||||||
{
|
{
|
||||||
ClutterTextPrivate *priv = self->priv;
|
ClutterTextPrivate *priv = self->priv;
|
||||||
|
|
||||||
@ -1345,19 +1345,19 @@ clutter_text_real_activate (ClutterText *self,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
clutter_text_real_page_up (ClutterText *self,
|
clutter_text_real_page_up (ClutterText *self,
|
||||||
const gchar *action,
|
const gchar *action,
|
||||||
guint keyval,
|
guint keyval,
|
||||||
ClutterModifierType modifiers)
|
ClutterModifierType modifiers)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
clutter_text_real_page_down (ClutterText *self,
|
clutter_text_real_page_down (ClutterText *self,
|
||||||
const gchar *action,
|
const gchar *action,
|
||||||
guint keyval,
|
guint keyval,
|
||||||
ClutterModifierType modifiers)
|
ClutterModifierType modifiers)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user