summaryrefslogtreecommitdiff
path: root/src/trg-peers-model.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/trg-peers-model.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/trg-peers-model.c')
-rw-r--r--src/trg-peers-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-peers-model.c b/src/trg-peers-model.c
index a96b44f..566685b 100644
--- a/src/trg-peers-model.c
+++ b/src/trg-peers-model.c
@@ -141,7 +141,7 @@ void trg_peers_model_update(TrgPeersModel * model, gint64 updateSerial,
gtk_list_store_clear(GTK_LIST_STORE(model));
for (li = json_array_get_elements(peers); li; li = g_list_next(li)) {
- JsonObject *peer = json_node_get_object((JsonNode*)li->data);
+ JsonObject *peer = json_node_get_object((JsonNode *) li->data);
const gchar *address = NULL, *flagStr;
#ifdef HAVE_GEOIP
const gchar *country = NULL;