[aravis] camera: identation fix.



commit 61d73138df8627233d166ee6401f741078baec7f
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Tue Jun 19 16:10:44 2012 +0200

    camera: identation fix.

 src/arvcamera.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/arvcamera.c b/src/arvcamera.c
index ee25cb5..66838c2 100644
--- a/src/arvcamera.c
+++ b/src/arvcamera.c
@@ -1073,12 +1073,12 @@ arv_camera_class_init (ArvCameraClass *camera_class)
 	object_class->get_property = arv_camera_get_property;
 
 	g_object_class_install_property (object_class,
-									 PROP_CAMERA_DEVICE,
-									 g_param_spec_object ("device",
-														  "device",
-														  "the device associated with this camera",
-														  ARV_TYPE_DEVICE,
-														  G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY));
+					 PROP_CAMERA_DEVICE,
+					 g_param_spec_object ("device",
+							      "device",
+							      "the device associated with this camera",
+							      ARV_TYPE_DEVICE,
+							      G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY));
 }
 
 G_DEFINE_TYPE (ArvCamera, arv_camera, G_TYPE_OBJECT)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]