inspector: minor style tweak

This commit is contained in:
Mitchell Hashimoto
2023-10-25 08:56:58 -07:00
parent 2ecbc8d04e
commit b91f4c6b0c

View File

@ -1036,13 +1036,13 @@ fn renderTermioWindow(self: *Inspector) void {
} }
} }
cimgui.c.igSeparator();
if (self.vt_events.empty()) { if (self.vt_events.empty()) {
cimgui.c.igText("Waiting for events..."); cimgui.c.igText("Waiting for events...");
break :list; break :list;
} }
cimgui.c.igSeparator();
_ = cimgui.c.igBeginTable( _ = cimgui.c.igBeginTable(
"table_vt_events", "table_vt_events",
3, 3,