mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
whitespace
This commit is contained in:
@ -71,8 +71,8 @@ _sysprof_visualizer_row_get_graph_width (SysprofVisualizerRow *self)
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
sysprof_visualizer_row_get_preferred_width (GtkWidget *widget,
|
sysprof_visualizer_row_get_preferred_width (GtkWidget *widget,
|
||||||
gint *min_width,
|
gint *min_width,
|
||||||
gint *nat_width)
|
gint *nat_width)
|
||||||
{
|
{
|
||||||
SysprofVisualizerRow *self = (SysprofVisualizerRow *)widget;
|
SysprofVisualizerRow *self = (SysprofVisualizerRow *)widget;
|
||||||
gint graph_width;
|
gint graph_width;
|
||||||
|
|||||||
@ -59,8 +59,8 @@ struct _SysprofCallgraphProfile
|
|||||||
{
|
{
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
|
||||||
SysprofCaptureReader *reader;
|
SysprofCaptureReader *reader;
|
||||||
SysprofSelection *selection;
|
SysprofSelection *selection;
|
||||||
StackStash *stash;
|
StackStash *stash;
|
||||||
GStringChunk *symbols;
|
GStringChunk *symbols;
|
||||||
GHashTable *tags;
|
GHashTable *tags;
|
||||||
@ -68,8 +68,8 @@ struct _SysprofCallgraphProfile
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
SysprofCaptureReader *reader;
|
SysprofCaptureReader *reader;
|
||||||
SysprofSelection *selection;
|
SysprofSelection *selection;
|
||||||
} Generate;
|
} Generate;
|
||||||
|
|
||||||
static void profile_iface_init (SysprofProfileInterface *iface);
|
static void profile_iface_init (SysprofProfileInterface *iface);
|
||||||
|
|||||||
Reference in New Issue
Block a user