From 05a98f92cb9eeab843727e0fa2fc052cb371109a Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Tue, 12 Apr 2011 14:41:42 +0000 Subject: tidy sources with GNU indent after recent changes. on seconds thoughts, don't install docs with autotools, leave it to the package manager. --- src/requests.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/requests.c') diff --git a/src/requests.c b/src/requests.c index 4c841e4..bccf4f5 100644 --- a/src/requests.c +++ b/src/requests.c @@ -159,8 +159,7 @@ JsonNode *torrent_get(gboolean recent) json_array_add_string_element(fields, FIELD_ERRORSTR); json_array_add_string_element(fields, FIELD_WANTED); json_array_add_string_element(fields, FIELD_PRIORITIES); - json_object_set_array_member(args, - PARAM_FIELDS, fields); + json_object_set_array_member(args, PARAM_FIELDS, fields); return root; } -- cgit v1.2.3