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/trg-peers-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-peers-model.c') 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; -- cgit v1.2.3