libsysprof-ui: fixup whitespace in headers

This commit is contained in:
Christian Hergert
2019-05-08 17:23:48 -07:00
parent a6e061f5b1
commit 88a689ade1
18 changed files with 89 additions and 88 deletions

View File

@ -24,8 +24,9 @@
# error "Only <sysprof-ui.h> can be included directly."
#endif
#include <sysprof.h>
#include "sysprof-visualizer-row.h"
#include "sysprof-version-macros.h"
G_BEGIN_DECLS
@ -51,15 +52,15 @@ SYSPROF_AVAILABLE_IN_ALL
void sysprof_line_visualizer_row_clear (SysprofLineVisualizerRow *self);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_line_visualizer_row_add_counter (SysprofLineVisualizerRow *self,
guint counter_id,
const GdkRGBA *color);
guint counter_id,
const GdkRGBA *color);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_line_visualizer_row_set_line_width (SysprofLineVisualizerRow *self,
guint counter_id,
gdouble width);
guint counter_id,
gdouble width);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_line_visualizer_row_set_fill (SysprofLineVisualizerRow *self,
guint counter_id,
const GdkRGBA *color);
guint counter_id,
const GdkRGBA *color);
G_END_DECLS