libsysprof-capture: whitespace cleanup

This commit is contained in:
Christian Hergert
2019-05-12 17:52:09 -07:00
parent 63b4b6d58d
commit d38b3be158
5 changed files with 132 additions and 132 deletions

View File

@ -32,10 +32,10 @@ typedef const SysprofCaptureFrame *(*ReadDelegate) (SysprofCaptureReader *);
struct _SysprofCaptureCursor
{
volatile gint ref_count;
GPtrArray *conditions;
volatile gint ref_count;
GPtrArray *conditions;
SysprofCaptureReader *reader;
guint reversed : 1;
guint reversed : 1;
};
static void