From: Christian Couder <[email protected]>

Signed-off-by: Antoine Delaite <[email protected]>
---
 bisect.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bisect.c b/bisect.c
index 68417bb..87a5f6d 100644
--- a/bisect.c
+++ b/bisect.c
@@ -915,10 +915,10 @@ void read_bisect_terms(void)
                name_bad = "bad";
                name_good = "good";
        } else {
-       strbuf_getline(&str, fp, '\n');
-       name_bad = strbuf_detach(&str, NULL);
-       strbuf_getline(&str, fp, '\n');
-       name_good = strbuf_detach(&str, NULL);
+               strbuf_getline(&str, fp, '\n');
+               name_bad = strbuf_detach(&str, NULL);
+               strbuf_getline(&str, fp, '\n');
+               name_good = strbuf_detach(&str, NULL);
        }
        strbuf_release(&str);
        fclose(fp);
-- 
2.4.1.173.gd47f443.dirty

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to