wt-status: lift the artificual "at least 20 columns" floor
[gitweb.git] / wt-status.c
index b1b018e54e9823a4bb73f40a612e340ed5fd47e5..6f3ed67fc9a6af755f015e38b4c9ce934e79cb95 100644 (file)
@@ -318,8 +318,6 @@ static void wt_status_print_unmerged_data(struct wt_status *s,
        if (!padding) {
                label_width = maxwidth(wt_status_unmerged_status_string, 1, 7);
                label_width += strlen(" ");
-               if (label_width < 20)
-                       label_width = 20;
                padding = xmallocz(label_width);
                memset(padding, ' ', label_width);
        }