mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
whitespace
This commit is contained in:
@ -192,7 +192,7 @@ sysprof_callgraph_profile_set_reader (SysprofProfile *profile,
|
|||||||
|
|
||||||
static const gchar *
|
static const gchar *
|
||||||
sysprof_callgraph_profile_intern_string_take (SysprofCallgraphProfile *self,
|
sysprof_callgraph_profile_intern_string_take (SysprofCallgraphProfile *self,
|
||||||
gchar *str)
|
gchar *str)
|
||||||
{
|
{
|
||||||
const gchar *ret;
|
const gchar *ret;
|
||||||
|
|
||||||
@ -206,7 +206,7 @@ sysprof_callgraph_profile_intern_string_take (SysprofCallgraphProfile *self,
|
|||||||
|
|
||||||
static const gchar *
|
static const gchar *
|
||||||
sysprof_callgraph_profile_intern_string (SysprofCallgraphProfile *self,
|
sysprof_callgraph_profile_intern_string (SysprofCallgraphProfile *self,
|
||||||
const gchar *str)
|
const gchar *str)
|
||||||
{
|
{
|
||||||
g_assert (SYSPROF_IS_CALLGRAPH_PROFILE (self));
|
g_assert (SYSPROF_IS_CALLGRAPH_PROFILE (self));
|
||||||
g_assert (str != NULL);
|
g_assert (str != NULL);
|
||||||
@ -216,9 +216,9 @@ sysprof_callgraph_profile_intern_string (SysprofCallgraphProfile *self,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
sysprof_callgraph_profile_generate_worker (GTask *task,
|
sysprof_callgraph_profile_generate_worker (GTask *task,
|
||||||
gpointer source_object,
|
gpointer source_object,
|
||||||
gpointer task_data,
|
gpointer task_data,
|
||||||
GCancellable *cancellable)
|
GCancellable *cancellable)
|
||||||
{
|
{
|
||||||
SysprofCallgraphProfile *self = source_object;
|
SysprofCallgraphProfile *self = source_object;
|
||||||
Generate *gen = task_data;
|
Generate *gen = task_data;
|
||||||
|
|||||||
Reference in New Issue
Block a user