[sysprof] whitespace
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] whitespace
- Date: Wed, 29 May 2019 22:27:09 +0000 (UTC)
commit 209a2689d90ea51e753180b07cf281ce41670a0d
Author: Christian Hergert <chergert redhat com>
Date: Tue May 14 00:22:21 2019 -0700
whitespace
src/libsysprof-ui/sysprof-visualizer-row.c | 4 ++--
src/libsysprof/sysprof-callgraph-profile.c | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/libsysprof-ui/sysprof-visualizer-row.c b/src/libsysprof-ui/sysprof-visualizer-row.c
index dffe2b5..7917717 100644
--- a/src/libsysprof-ui/sysprof-visualizer-row.c
+++ b/src/libsysprof-ui/sysprof-visualizer-row.c
@@ -71,8 +71,8 @@ _sysprof_visualizer_row_get_graph_width (SysprofVisualizerRow *self)
static void
sysprof_visualizer_row_get_preferred_width (GtkWidget *widget,
- gint *min_width,
- gint *nat_width)
+ gint *min_width,
+ gint *nat_width)
{
SysprofVisualizerRow *self = (SysprofVisualizerRow *)widget;
gint graph_width;
diff --git a/src/libsysprof/sysprof-callgraph-profile.c b/src/libsysprof/sysprof-callgraph-profile.c
index 7351289..84b6375 100644
--- a/src/libsysprof/sysprof-callgraph-profile.c
+++ b/src/libsysprof/sysprof-callgraph-profile.c
@@ -59,8 +59,8 @@ struct _SysprofCallgraphProfile
{
GObject parent_instance;
- SysprofCaptureReader *reader;
- SysprofSelection *selection;
+ SysprofCaptureReader *reader;
+ SysprofSelection *selection;
StackStash *stash;
GStringChunk *symbols;
GHashTable *tags;
@@ -68,8 +68,8 @@ struct _SysprofCallgraphProfile
typedef struct
{
- SysprofCaptureReader *reader;
- SysprofSelection *selection;
+ SysprofCaptureReader *reader;
+ SysprofSelection *selection;
} Generate;
static void profile_iface_init (SysprofProfileInterface *iface);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]