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
gswe_timestamp_set_property(
GObject *object,
guint prop_id,
const GValue *value,
GParamSpec *pspec)
gswe_timestamp_set_property(GObject *object,
guint prop_id,
const GValue *value,
GParamSpec *pspec)
{
GsweTimestamp *timestamp = GSWE_TIMESTAMP(object);