libsysprof: whitespace cleanup

This commit is contained in:
Christian Hergert
2019-05-12 17:17:17 -07:00
parent c1e9b90f97
commit 63b4b6d58d

View File

@ -104,11 +104,6 @@ struct _SysprofCaptureWriter
SysprofCaptureStat stat; SysprofCaptureStat stat;
}; };
#ifdef SYSPROF_ENABLE_GOBJECT
G_DEFINE_BOXED_TYPE (SysprofCaptureWriter, sysprof_capture_writer,
sysprof_capture_writer_ref, sysprof_capture_writer_unref)
#endif
static inline void static inline void
sysprof_capture_writer_frame_init (SysprofCaptureFrame *frame_, sysprof_capture_writer_frame_init (SysprofCaptureFrame *frame_,
gint len, gint len,