From fcbbdfbd18e15b4ee8322a0217cf03a689a5e033 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 16 Aug 2011 11:25:56 -0400 Subject: Coding style and whitespace cleanup. --- e-util/e-poolv.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'e-util/e-poolv.c') diff --git a/e-util/e-poolv.c b/e-util/e-poolv.c index b30149d617..ca95286f69 100644 --- a/e-util/e-poolv.c +++ b/e-util/e-poolv.c @@ -87,7 +87,10 @@ e_poolv_new (guint size) * Returns: @poolv **/ EPoolv * -e_poolv_set (EPoolv *poolv, gint index, gchar *str, gint freeit) +e_poolv_set (EPoolv *poolv, + gint index, + gchar *str, + gint freeit) { g_return_val_if_fail (poolv != NULL, NULL); g_return_val_if_fail (index >= 0 && index < poolv->length, NULL); @@ -126,7 +129,8 @@ e_poolv_set (EPoolv *poolv, gint index, gchar *str, gint freeit) * Returns: string at that index. **/ const gchar * -e_poolv_get (EPoolv *poolv, gint index) +e_poolv_get (EPoolv *poolv, + gint index) { g_return_val_if_fail (poolv != NULL, NULL); g_return_val_if_fail (index >= 0 && index < poolv->length, NULL); -- cgit v1.2.3