From 1ba6799847fcccf1aaf68016f02a127be6bafde9 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 20 May 2019 13:33:19 -0700 Subject: [PATCH] whitespace --- src/libsysprof/sysprof-callgraph-profile.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libsysprof/sysprof-callgraph-profile.c b/src/libsysprof/sysprof-callgraph-profile.c index 72a55964..614975c9 100644 --- a/src/libsysprof/sysprof-callgraph-profile.c +++ b/src/libsysprof/sysprof-callgraph-profile.c @@ -192,7 +192,7 @@ sysprof_callgraph_profile_set_reader (SysprofProfile *profile, static const gchar * sysprof_callgraph_profile_intern_string_take (SysprofCallgraphProfile *self, - gchar *str) + gchar *str) { const gchar *ret; @@ -206,7 +206,7 @@ sysprof_callgraph_profile_intern_string_take (SysprofCallgraphProfile *self, static const gchar * sysprof_callgraph_profile_intern_string (SysprofCallgraphProfile *self, - const gchar *str) + const gchar *str) { g_assert (SYSPROF_IS_CALLGRAPH_PROFILE (self)); g_assert (str != NULL); @@ -216,9 +216,9 @@ sysprof_callgraph_profile_intern_string (SysprofCallgraphProfile *self, static void sysprof_callgraph_profile_generate_worker (GTask *task, - gpointer source_object, - gpointer task_data, - GCancellable *cancellable) + gpointer source_object, + gpointer task_data, + GCancellable *cancellable) { SysprofCallgraphProfile *self = source_object; Generate *gen = task_data;