lib: Minor indentation cleanups

tingping/wmclass
Alexander Larsson 2015-12-08 11:02:32 +01:00
parent a62f64d265
commit 8d576298ca
1 changed files with 6 additions and 6 deletions

View File

@ -57,9 +57,9 @@ xdg_app_remote_ref_finalize (GObject *object)
static void
xdg_app_remote_ref_set_property (GObject *object,
guint prop_id,
const GValue *value,
GParamSpec *pspec)
guint prop_id,
const GValue *value,
GParamSpec *pspec)
{
XdgAppRemoteRef *self = XDG_APP_REMOTE_REF (object);
XdgAppRemoteRefPrivate *priv = xdg_app_remote_ref_get_instance_private (self);
@ -79,9 +79,9 @@ xdg_app_remote_ref_set_property (GObject *object,
static void
xdg_app_remote_ref_get_property (GObject *object,
guint prop_id,
GValue *value,
GParamSpec *pspec)
guint prop_id,
GValue *value,
GParamSpec *pspec)
{
XdgAppRemoteRef *self = XDG_APP_REMOTE_REF (object);
XdgAppRemoteRefPrivate *priv = xdg_app_remote_ref_get_instance_private (self);