Merge branch 'ab/test-must-be-empty'
[gitweb.git] / builtin / blame.c
index 5c93d169dd431b666b25086ac4bb5303e8b26309..97f6ecaf370dfdda1f0a9e5a1fe824a034fdbf61 100644 (file)
@@ -410,7 +410,7 @@ static void parse_color_fields(const char *s)
        }
 
        if (next == EXPECT_COLOR)
-               die (_("must end with a color"));
+               die(_("must end with a color"));
 
        colorfield[colorfield_nr].hop = TIME_MAX;
        string_list_clear(&l, 0);