[totem] backend: Indentation fixes
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Indentation fixes
- Date: Wed, 27 Jun 2012 11:55:32 +0000 (UTC)
commit e3c9abb05bb878461a43f50f4740dece1a1eed4d
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jun 27 12:06:13 2012 +0100
backend: Indentation fixes
src/backend/totem-aspect-frame.c | 30 +++++++++++++++---------------
src/backend/totem-aspect-frame.h | 2 +-
2 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/src/backend/totem-aspect-frame.c b/src/backend/totem-aspect-frame.c
index 360e2f0..6af71af 100644
--- a/src/backend/totem-aspect-frame.c
+++ b/src/backend/totem-aspect-frame.c
@@ -46,9 +46,9 @@ struct _TotemAspectFramePrivate
static void
totem_aspect_frame_get_property (GObject *object,
- guint property_id,
- GValue *value,
- GParamSpec *pspec)
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
{
TotemAspectFrame *frame = TOTEM_ASPECT_FRAME (object);
@@ -65,9 +65,9 @@ totem_aspect_frame_get_property (GObject *object,
static void
totem_aspect_frame_set_property (GObject *object,
- guint property_id,
- const GValue *value,
- GParamSpec *pspec)
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec)
{
switch (property_id)
{
@@ -95,9 +95,9 @@ totem_aspect_frame_finalize (GObject *object)
static void
totem_aspect_frame_get_preferred_width (ClutterActor *actor,
- gfloat for_height,
- gfloat *min_width_p,
- gfloat *nat_width_p)
+ gfloat for_height,
+ gfloat *min_width_p,
+ gfloat *nat_width_p)
{
gboolean override;
@@ -115,9 +115,9 @@ totem_aspect_frame_get_preferred_width (ClutterActor *actor,
static void
totem_aspect_frame_get_preferred_height (ClutterActor *actor,
- gfloat for_width,
- gfloat *min_height_p,
- gfloat *nat_height_p)
+ gfloat for_width,
+ gfloat *min_height_p,
+ gfloat *nat_height_p)
{
gboolean override;
@@ -135,8 +135,8 @@ totem_aspect_frame_get_preferred_height (ClutterActor *actor,
static void
totem_aspect_frame_allocate (ClutterActor *actor,
- const ClutterActorBox *box,
- ClutterAllocationFlags flags)
+ const ClutterActorBox *box,
+ ClutterAllocationFlags flags)
{
ClutterActor *child;
ClutterActorBox child_box;
@@ -232,7 +232,7 @@ totem_aspect_frame_paint (ClutterActor *actor)
static void
totem_aspect_frame_pick (ClutterActor *actor,
- const ClutterColor *color)
+ const ClutterColor *color)
{
ClutterActorBox box;
diff --git a/src/backend/totem-aspect-frame.h b/src/backend/totem-aspect-frame.h
index e99cdc5..cf069bb 100644
--- a/src/backend/totem-aspect-frame.h
+++ b/src/backend/totem-aspect-frame.h
@@ -79,7 +79,7 @@ GType totem_aspect_frame_get_type (void) G_GNUC_CONST;
ClutterActor * totem_aspect_frame_new (void);
void totem_aspect_frame_set_expand (TotemAspectFrame *frame,
- gboolean expand);
+ gboolean expand);
gboolean totem_aspect_frame_get_expand (TotemAspectFrame *frame);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]