summaryrefslogtreecommitdiff
path: root/src/trg-file-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-file-parser.c')
-rw-r--r--src/trg-file-parser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/trg-file-parser.c b/src/trg-file-parser.c
index 7cf9b89..a4854bb 100644
--- a/src/trg-file-parser.c
+++ b/src/trg-file-parser.c
@@ -83,8 +83,7 @@ static trg_files_tree_node
if (isFile) {
target_node->length = (gint64) file_length_node->val.i;
- while (lastIter)
- {
+ while (lastIter) {
lastIter->length = target_node->length;
lastIter = lastIter->parent;
}