Code beautification

This commit is contained in:
Gergely Polonkai 2014-08-13 00:55:31 +02:00
parent c10881fff1
commit e16c4eca70
1 changed files with 4 additions and 5 deletions

View File

@ -376,11 +376,10 @@ gswe_timestamp_finalize(GObject *gobject)
} }
static void static void
gswe_timestamp_set_property( gswe_timestamp_set_property(GObject *object,
GObject *object, guint prop_id,
guint prop_id, const GValue *value,
const GValue *value, GParamSpec *pspec)
GParamSpec *pspec)
{ {
GsweTimestamp *timestamp = GSWE_TIMESTAMP(object); GsweTimestamp *timestamp = GSWE_TIMESTAMP(object);