format issue

This commit is contained in:
Night Kaly 2024-03-17 22:17:46 +00:00
parent 6d0b2d3321
commit 0ed3ca858e
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

2
ccc.c
View file

@ -747,7 +747,7 @@ void draw_border_title(WINDOW *window, bool active, int id)
/* check if the window is directory of preview */ /* check if the window is directory of preview */
int width = half_width; int width = half_width;
if (id == 0) { /* left */ if (id == 0) { /* left */
width += WINDOW_OFFSET; width += WINDOW_OFFSET;
} else if (id == 1) { /* right */ } else if (id == 1) { /* right */
width -= WINDOW_OFFSET; width -= WINDOW_OFFSET;
} }