whitespace

This commit is contained in:
Christian Hergert
2019-05-20 13:33:19 -07:00
parent 234200f8d1
commit 1ba6799847

View File

@ -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;