libsysprof-gtk: janitorial cleanup

This commit is contained in:
Christian Hergert
2023-06-16 15:18:28 -07:00
parent b66791fbcd
commit 5c178d0672

View File

@ -28,9 +28,9 @@
struct _SysprofMarkTable
{
GtkWidget parent_instance;
GtkWidget parent_instance;
SysprofSession *session;
SysprofSession *session;
GtkWidget *box;
GtkColumnView *column_view;