1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove superfluous empty line

This commit is contained in:
Steffen Vogel 2018-05-23 02:25:11 +02:00
parent b21b975a17
commit 995d5a58ae

View file

@ -67,7 +67,6 @@ void table_header(struct table *t)
if (t->width != l->width)
table_resize(t, l->width);
char *line0 = strf("\b");
char *line1 = strf("\b\b" BOX_UD);
char *line2 = strf("\b\b" BOX_UD);