mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
whitespace
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user