summaryrefslogtreecommitdiff
path: root/src/trg-files-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-files-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-files-model.c')
-rw-r--r--src/trg-files-model.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/trg-files-model.c b/src/trg-files-model.c
index ccc4757..66feec6 100644
--- a/src/trg-files-model.c
+++ b/src/trg-files-model.c
@@ -144,9 +144,9 @@ trg_files_model_update(TrgFilesModel * model, gint64 updateSerial,
if (mode == TORRENT_GET_MODE_FIRST) {
gtk_list_store_clear(GTK_LIST_STORE(model));
priv->accept = TRUE;
- for (li = json_array_get_elements(priv->files); li; li = g_list_next(li)) {
- JsonObject *file =
- json_node_get_object((JsonNode*)li->data);
+ for (li = json_array_get_elements(priv->files); li;
+ li = g_list_next(li)) {
+ JsonObject *file = json_node_get_object((JsonNode *) li->data);
GtkTreeIter filesIter;
trg_files_model_iter_new(model, &filesIter, file, j);
trg_files_model_iter_update(model, &filesIter,