aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lv2_evbuf.h')
-rw-r--r--src/lv2_evbuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lv2_evbuf.h b/src/lv2_evbuf.h
index f77d3b5..40acbe5 100644
--- a/src/lv2_evbuf.h
+++ b/src/lv2_evbuf.h
@@ -22,7 +22,7 @@
#ifdef __cplusplus
extern "C" {
#else
-#include <stdbool.h>
+# include <stdbool.h>
#endif
/**
@@ -34,8 +34,8 @@ typedef struct LV2_Evbuf_Impl LV2_Evbuf;
An iterator over an LV2_Evbuf.
*/
typedef struct {
- LV2_Evbuf* evbuf;
- uint32_t offset;
+ LV2_Evbuf* evbuf;
+ uint32_t offset;
} LV2_Evbuf_Iterator;
/**