summaryrefslogtreecommitdiff
path: root/src/requests.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 15:06:01 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 15:06:01 +0000
commit0d08a471f9ebfdfadded6c92abc700c706475644 (patch)
tree2c49e445ccca81f5af70244e89a15585757798d6 /src/requests.h
parent24195d0013f81933578afa14a44a10e4b75817dd (diff)
run GNU indent everything. not done this for a while because it was producing weird results. seems ok now.
Diffstat (limited to 'src/requests.h')
-rw-r--r--src/requests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/requests.h b/src/requests.h
index 4d08a88..2a59324 100644
--- a/src/requests.h
+++ b/src/requests.h
@@ -37,7 +37,7 @@ JsonNode *torrent_remove(JsonArray * array, int removeData);
JsonNode *torrent_add(gchar * filename, gint flags);
JsonNode *torrent_add_url(const gchar * url, gboolean paused);
JsonNode *torrent_set_location(JsonArray * array, gchar * location,
- gboolean move);
+ gboolean move);
JsonNode *blocklist_update(void);
JsonNode *port_test(void);
JsonNode *session_stats(void);
@@ -50,4 +50,4 @@ JsonNode *torrent_start_now(JsonArray * array);
void request_set_tag(JsonNode * req, gint64 tag);
void request_set_tag_from_ids(JsonNode * req, JsonArray * ids);
-#endif /* REQUESTS_H_ */
+#endif /* REQUESTS_H_ */