diff options
author | David Robillard <d@drobilla.net> | 2019-12-08 23:57:20 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-12-09 00:03:47 +0100 |
commit | 69bae88240611a0bc13a1aae0b84938f047547c3 (patch) | |
tree | 04b1df33bc69613aec5eeb3776789374f57bbb5c /pugl | |
parent | 9685d6632a9ac5b786c147a935b319f92f10efb2 (diff) | |
download | pugl-69bae88240611a0bc13a1aae0b84938f047547c3.tar.gz pugl-69bae88240611a0bc13a1aae0b84938f047547c3.tar.bz2 pugl-69bae88240611a0bc13a1aae0b84938f047547c3.zip |
Cleanup: Fix whitespace
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/pugl.h | 2 |
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 |