[gegl/pippin/property-keys] fix indentation in prop-keys.c
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/pippin/property-keys] fix indentation in prop-keys.c
- Date: Wed, 14 May 2014 20:40:50 +0000 (UTC)
commit df42ef8c19fb2c9c8b5221e1385c79bcb31ac8ad
Author: Øyvind Kolås <pippin gimp org>
Date: Wed May 14 22:16:47 2014 +0200
fix indentation in prop-keys.c
gegl/operation/gegl-operation-property-keys.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gegl/operation/gegl-operation-property-keys.c b/gegl/operation/gegl-operation-property-keys.c
index 08c80b1..62a042b 100644
--- a/gegl/operation/gegl-operation-property-keys.c
+++ b/gegl/operation/gegl-operation-property-keys.c
@@ -28,7 +28,7 @@
static GHashTable *
gegl_param_spec_get_property_key_ht (GParamSpec *pspec,
- gboolean create)
+ gboolean create)
{
GHashTable *ret = NULL;
if (pspec)
@@ -47,7 +47,7 @@ gegl_param_spec_get_property_key_ht (GParamSpec *pspec,
const gchar *
gegl_param_spec_get_property_key (GParamSpec *pspec,
- const gchar *key_name)
+ const gchar *key_name)
{
GHashTable *ht;
ht = gegl_param_spec_get_property_key_ht (pspec, FALSE);
@@ -58,8 +58,8 @@ gegl_param_spec_get_property_key (GParamSpec *pspec,
const gchar *
gegl_param_spec_set_property_key (GParamSpec *pspec,
- const gchar *key_name,
- const gchar *value)
+ const gchar *key_name,
+ const gchar *value)
{
GHashTable *ht;
ht = gegl_param_spec_get_property_key_ht (pspec, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]