[sysprof] libsysprof-capture: whitespace cleanup



commit 6731b1552b864f40f387c429c7b21f53906824c1
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 13 18:57:23 2019 -0700

    libsysprof-capture: whitespace cleanup

 src/libsysprof-capture/sysprof-capture-types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof-capture/sysprof-capture-types.h b/src/libsysprof-capture/sysprof-capture-types.h
index 833317d..bd6a36e 100644
--- a/src/libsysprof-capture/sysprof-capture-types.h
+++ b/src/libsysprof-capture/sysprof-capture-types.h
@@ -243,7 +243,7 @@ G_STATIC_ASSERT (sizeof (SysprofCaptureMark) == 96);
 
 static inline gint
 sysprof_capture_address_compare (SysprofCaptureAddress a,
-                            SysprofCaptureAddress b)
+                                 SysprofCaptureAddress b)
 {
   if (a < b)
     return -1;


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