aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-08 23:57:20 +0100
committerDavid Robillard <d@drobilla.net>2019-12-09 00:03:47 +0100
commit69bae88240611a0bc13a1aae0b84938f047547c3 (patch)
tree04b1df33bc69613aec5eeb3776789374f57bbb5c
parent9685d6632a9ac5b786c147a935b319f92f10efb2 (diff)
downloadpugl-69bae88240611a0bc13a1aae0b84938f047547c3.tar.gz
pugl-69bae88240611a0bc13a1aae0b84938f047547c3.tar.bz2
pugl-69bae88240611a0bc13a1aae0b84938f047547c3.zip
Cleanup: Fix whitespace
-rw-r--r--pugl/pugl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index d4f079e..f926998 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -374,7 +374,7 @@ typedef struct {
1.0 scrolls 1 line up. Some systems and devices support finer resolution
and/or higher values for fast scrolls, so programs should handle any value
gracefully.
- */
+*/
typedef struct {
PuglEventType type; ///< PUGL_SCROLL
PuglEventFlags flags; ///< Bitwise OR of PuglEventFlag values