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
|
static void
|
||||||
sysprof_callgraph_profile_get_property (GObject *object,
|
sysprof_callgraph_profile_get_property (GObject *object,
|
||||||
guint prop_id,
|
guint prop_id,
|
||||||
GValue *value,
|
GValue *value,
|
||||||
GParamSpec *pspec)
|
GParamSpec *pspec)
|
||||||
{
|
{
|
||||||
SysprofCallgraphProfile *self = SYSPROF_CALLGRAPH_PROFILE (object);
|
SysprofCallgraphProfile *self = SYSPROF_CALLGRAPH_PROFILE (object);
|
||||||
|
|
||||||
@ -135,9 +135,9 @@ sysprof_callgraph_profile_get_property (GObject *object,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
sysprof_callgraph_profile_set_property (GObject *object,
|
sysprof_callgraph_profile_set_property (GObject *object,
|
||||||
guint prop_id,
|
guint prop_id,
|
||||||
const GValue *value,
|
const GValue *value,
|
||||||
GParamSpec *pspec)
|
GParamSpec *pspec)
|
||||||
{
|
{
|
||||||
SysprofCallgraphProfile *self = SYSPROF_CALLGRAPH_PROFILE (object);
|
SysprofCallgraphProfile *self = SYSPROF_CALLGRAPH_PROFILE (object);
|
||||||
|
|
||||||
@ -180,7 +180,7 @@ sysprof_callgraph_profile_init (SysprofCallgraphProfile *self)
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
sysprof_callgraph_profile_set_reader (SysprofProfile *profile,
|
sysprof_callgraph_profile_set_reader (SysprofProfile *profile,
|
||||||
SysprofCaptureReader *reader)
|
SysprofCaptureReader *reader)
|
||||||
{
|
{
|
||||||
SysprofCallgraphProfile *self = (SysprofCallgraphProfile *)profile;
|
SysprofCallgraphProfile *self = (SysprofCallgraphProfile *)profile;
|
||||||
|
|
||||||
@ -446,10 +446,10 @@ generate_free (Generate *generate)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
sysprof_callgraph_profile_generate (SysprofProfile *profile,
|
sysprof_callgraph_profile_generate (SysprofProfile *profile,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GAsyncReadyCallback callback,
|
GAsyncReadyCallback callback,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
SysprofCallgraphProfile *self = (SysprofCallgraphProfile *)profile;
|
SysprofCallgraphProfile *self = (SysprofCallgraphProfile *)profile;
|
||||||
Generate *gen;
|
Generate *gen;
|
||||||
@ -469,9 +469,9 @@ sysprof_callgraph_profile_generate (SysprofProfile *profile,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
sysprof_callgraph_profile_generate_finish (SysprofProfile *profile,
|
sysprof_callgraph_profile_generate_finish (SysprofProfile *profile,
|
||||||
GAsyncResult *result,
|
GAsyncResult *result,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
SysprofCallgraphProfile *self = (SysprofCallgraphProfile *)profile;
|
SysprofCallgraphProfile *self = (SysprofCallgraphProfile *)profile;
|
||||||
StackStash *stash;
|
StackStash *stash;
|
||||||
|
|||||||
Reference in New Issue
Block a user