[sysprof/wip/chergert/sysprof-3] libsysprof-ui: whitespace cleanup



commit 33e2c4b9b2968974d268d434e412400eb7212841
Author: Christian Hergert <chergert redhat com>
Date:   Wed May 15 20:50:04 2019 -0700

    libsysprof-ui: whitespace cleanup

 src/libsysprof-ui/sysprof-color-cycle.c        |  2 +-
 src/libsysprof-ui/sysprof-cpu-visualizer-row.c | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/libsysprof-ui/sysprof-color-cycle.c b/src/libsysprof-ui/sysprof-color-cycle.c
index cbbea90..d1c63c5 100644
--- a/src/libsysprof-ui/sysprof-color-cycle.c
+++ b/src/libsysprof-ui/sysprof-color-cycle.c
@@ -108,7 +108,7 @@ sysprof_color_cycle_unref (SysprofColorCycle *self)
 
 void
 sysprof_color_cycle_next (SysprofColorCycle *self,
-                     GdkRGBA      *rgba)
+                          GdkRGBA      *rgba)
 {
   g_return_if_fail (self != NULL);
   g_return_if_fail (self->position < self->n_colors);
diff --git a/src/libsysprof-ui/sysprof-cpu-visualizer-row.c b/src/libsysprof-ui/sysprof-cpu-visualizer-row.c
index f93d9d0..2da08f1 100644
--- a/src/libsysprof-ui/sysprof-cpu-visualizer-row.c
+++ b/src/libsysprof-ui/sysprof-cpu-visualizer-row.c
@@ -37,7 +37,7 @@ G_DEFINE_TYPE (SysprofCpuVisualizerRow, sysprof_cpu_visualizer_row, SYSPROF_TYPE
 
 static gboolean
 sysprof_cpu_visualizer_counter_found (const SysprofCaptureFrame *frame,
-                                 gpointer              user_data)
+                                      gpointer                   user_data)
 {
   const SysprofCaptureFrameCounterDefine *def = (SysprofCaptureFrameCounterDefine *)frame;
   GArray *counters = user_data;
@@ -65,9 +65,9 @@ sysprof_cpu_visualizer_counter_found (const SysprofCaptureFrame *frame,
 
 static void
 sysprof_cpu_visualizer_row_discover_counters (GTask        *task,
-                                         gpointer      source_object,
-                                         gpointer      task_data,
-                                         GCancellable *canellable)
+                                              gpointer      source_object,
+                                              gpointer      task_data,
+                                              GCancellable *canellable)
 {
   const SysprofCaptureFrameType types[] = { SYSPROF_CAPTURE_FRAME_CTRDEF };
   SysprofCaptureReader *reader = task_data;
@@ -116,7 +116,7 @@ complete_counters (GObject      *object,
 
 static void
 sysprof_cpu_visualizer_row_set_reader (SysprofVisualizerRow *row,
-                                  SysprofCaptureReader *reader)
+                                       SysprofCaptureReader *reader)
 {
   SysprofCpuVisualizerRow *self = (SysprofCpuVisualizerRow *)row;
   g_autoptr(GTask) task = NULL;


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