summaryrefslogtreecommitdiff
path: root/src/requests.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 14:41:42 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 14:41:42 +0000
commit05a98f92cb9eeab843727e0fa2fc052cb371109a (patch)
tree30593b257e0e7045615ba71b95185561a6134539 /src/requests.c
parentba223a1a4d7cae2bba4ca0e2e55627a986175ace (diff)
tidy sources with GNU indent after recent changes. on seconds thoughts, don't install docs with autotools, leave it to the package manager.
Diffstat (limited to 'src/requests.c')
-rw-r--r--src/requests.c3
1 files changed, 1 insertions, 2 deletions
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;
}