summaryrefslogtreecommitdiff
path: root/src/torrent.h
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/torrent.h
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/torrent.h')
-rw-r--r--src/torrent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/torrent.h b/src/torrent.h
index 3376dd2..a80d420 100644
--- a/src/torrent.h
+++ b/src/torrent.h
@@ -64,7 +64,7 @@ gboolean torrent_get_is_finished(JsonObject * t);
gboolean torrent_get_honors_session_limits(JsonObject * t);
gint64 torrent_get_bandwidth_priority(JsonObject * t);
gint64 torrent_get_upload_limit(JsonObject * t);
-gint64 torrent_get_added_date(JsonObject *t);
+gint64 torrent_get_added_date(JsonObject * t);
gboolean torrent_get_upload_limited(JsonObject * t);
gint64 torrent_get_download_limit(JsonObject * t);
gboolean torrent_get_download_limited(JsonObject * t);
@@ -74,6 +74,6 @@ gint64 torrent_get_peer_limit(JsonObject * t);
gboolean torrent_has_tracker(JsonObject * t, GRegex * rx, gchar * search);
JsonArray *get_torrents(JsonObject * response);
-JsonArray *get_torrents_removed(JsonObject *response);
+JsonArray *get_torrents_removed(JsonObject * response);
#endif /* TORRENT_H_ */