mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
callgraph: fix whitespace
This commit is contained in:
@ -116,9 +116,9 @@ sysprof_callgraph_profile_finalize (GObject *object)
|
||||
|
||||
static void
|
||||
sysprof_callgraph_profile_get_property (GObject *object,
|
||||
guint prop_id,
|
||||
GValue *value,
|
||||
GParamSpec *pspec)
|
||||
guint prop_id,
|
||||
GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
SysprofCallgraphProfile *self = SYSPROF_CALLGRAPH_PROFILE (object);
|
||||
|
||||
@ -135,9 +135,9 @@ sysprof_callgraph_profile_get_property (GObject *object,
|
||||
|
||||
static void
|
||||
sysprof_callgraph_profile_set_property (GObject *object,
|
||||
guint prop_id,
|
||||
const GValue *value,
|
||||
GParamSpec *pspec)
|
||||
guint prop_id,
|
||||
const GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
SysprofCallgraphProfile *self = SYSPROF_CALLGRAPH_PROFILE (object);
|
||||
|
||||
@ -180,7 +180,7 @@ sysprof_callgraph_profile_init (SysprofCallgraphProfile *self)
|
||||
|
||||
static void
|
||||
sysprof_callgraph_profile_set_reader (SysprofProfile *profile,
|
||||
SysprofCaptureReader *reader)
|
||||
SysprofCaptureReader *reader)
|
||||
{
|
||||
SysprofCallgraphProfile *self = (SysprofCallgraphProfile *)profile;
|
||||
|
||||
@ -446,10 +446,10 @@ generate_free (Generate *generate)
|
||||
}
|
||||
|
||||
static void
|
||||
sysprof_callgraph_profile_generate (SysprofProfile *profile,
|
||||
GCancellable *cancellable,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data)
|
||||
sysprof_callgraph_profile_generate (SysprofProfile *profile,
|
||||
GCancellable *cancellable,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data)
|
||||
{
|
||||
SysprofCallgraphProfile *self = (SysprofCallgraphProfile *)profile;
|
||||
Generate *gen;
|
||||
@ -469,9 +469,9 @@ sysprof_callgraph_profile_generate (SysprofProfile *profile,
|
||||
}
|
||||
|
||||
static gboolean
|
||||
sysprof_callgraph_profile_generate_finish (SysprofProfile *profile,
|
||||
GAsyncResult *result,
|
||||
GError **error)
|
||||
sysprof_callgraph_profile_generate_finish (SysprofProfile *profile,
|
||||
GAsyncResult *result,
|
||||
GError **error)
|
||||
{
|
||||
SysprofCallgraphProfile *self = (SysprofCallgraphProfile *)profile;
|
||||
StackStash *stash;
|
||||
|
||||
Reference in New Issue
Block a user