From eb2714a5e1e8681956c05e9725067f83508462c2 Mon Sep 17 00:00:00 2001 From: Mikael Salson Date: Thu, 4 Apr 2019 10:03:33 +0200 Subject: [PATCH] segment.cpp: reindent --- algo/core/segment.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algo/core/segment.cpp b/algo/core/segment.cpp index 86af994f7..f58529c24 100644 --- a/algo/core/segment.cpp +++ b/algo/core/segment.cpp @@ -96,8 +96,8 @@ void AlignBox::addToOutput(CloneOutput *clone, int alternative_genes) { int last_score = this->score[0].first; for(int i = 0; i < (int)this->score.size() && (i < alternative_genes || last_score == this->score[i].first);++i){ - int r = this->score[i].second; - jalt.push_back(json::object({{"name",rep->label(r)}})); + int r = this->score[i].second; + jalt.push_back(json::object({{"name",rep->label(r)}})); last_score = this->score[i].first; } clone->setSeg(key + "alt", jalt); -- GitLab