[sysprof/wip/chergert/sysprof-3] libsysprof-capture: whitespace cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/chergert/sysprof-3] libsysprof-capture: whitespace cleanup
- Date: Mon, 13 May 2019 00:54:56 +0000 (UTC)
commit 302a5c65867bfc1b446b1a00d52afdd0cbc2562b
Author: Christian Hergert <chergert redhat com>
Date: Sun May 12 17:54:39 2019 -0700
libsysprof-capture: whitespace cleanup
src/libsysprof-capture/sysprof-capture-cursor.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libsysprof-capture/sysprof-capture-cursor.c b/src/libsysprof-capture/sysprof-capture-cursor.c
index 2196043..4fe7889 100644
--- a/src/libsysprof-capture/sysprof-capture-cursor.c
+++ b/src/libsysprof-capture/sysprof-capture-cursor.c
@@ -101,8 +101,8 @@ sysprof_capture_cursor_unref (SysprofCaptureCursor *self)
*/
void
sysprof_capture_cursor_foreach (SysprofCaptureCursor *self,
- SysprofCaptureCursorCallback callback,
- gpointer user_data)
+ SysprofCaptureCursorCallback callback,
+ gpointer user_data)
{
g_return_if_fail (self != NULL);
g_return_if_fail (self->reader != NULL);
@@ -221,7 +221,7 @@ sysprof_capture_cursor_reverse (SysprofCaptureCursor *self)
*/
void
sysprof_capture_cursor_add_condition (SysprofCaptureCursor *self,
- SysprofCaptureCondition *condition)
+ SysprofCaptureCondition *condition)
{
g_return_if_fail (self != NULL);
g_return_if_fail (condition != NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]