[sysprof/wip/chergert/sysprof-3] whitespace



commit 9f743486d709fad994f87beb6053f7b9b3ecadbe
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 20 13:33:19 2019 -0700

    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 72a5596..614975c 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]