whitespace

This commit is contained in:
Christian Hergert
2019-05-14 00:22:21 -07:00
parent 91c95a0e0d
commit 209a2689d9
2 changed files with 6 additions and 6 deletions

View File

@ -71,8 +71,8 @@ _sysprof_visualizer_row_get_graph_width (SysprofVisualizerRow *self)
static void
sysprof_visualizer_row_get_preferred_width (GtkWidget *widget,
gint *min_width,
gint *nat_width)
gint *min_width,
gint *nat_width)
{
SysprofVisualizerRow *self = (SysprofVisualizerRow *)widget;
gint graph_width;

View File

@ -59,8 +59,8 @@ struct _SysprofCallgraphProfile
{
GObject parent_instance;
SysprofCaptureReader *reader;
SysprofSelection *selection;
SysprofCaptureReader *reader;
SysprofSelection *selection;
StackStash *stash;
GStringChunk *symbols;
GHashTable *tags;
@ -68,8 +68,8 @@ struct _SysprofCallgraphProfile
typedef struct
{
SysprofCaptureReader *reader;
SysprofSelection *selection;
SysprofCaptureReader *reader;
SysprofSelection *selection;
} Generate;
static void profile_iface_init (SysprofProfileInterface *iface);