diff options
author | David Robillard <d@drobilla.net> | 2012-03-27 03:39:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-27 03:39:52 +0000 |
commit | 2e973fb5999ad604e7a6f3929fd0f66a5a650f45 (patch) | |
tree | 4c800980a1371f6f845baaab24fd063b580bd064 /src/jalv_internal.h | |
parent | a688b70a248f70e3b46f19b6a2ea5793e28419e8 (diff) | |
download | jalv-2e973fb5999ad604e7a6f3929fd0f66a5a650f45.tar.gz jalv-2e973fb5999ad604e7a6f3929fd0f66a5a650f45.tar.bz2 jalv-2e973fb5999ad604e7a6f3929fd0f66a5a650f45.zip |
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4112 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r-- | src/jalv_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h index c54c987..50e15e2 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -98,7 +98,7 @@ typedef struct { LV2_URID time_frame; LV2_URID time_speed; } JalvURIDs; - + typedef enum { JALV_RUNNING, JALV_PAUSE_REQUESTED, @@ -113,7 +113,7 @@ typedef struct { ZixThread thread; ///< Worker thread const LV2_Worker_Interface* iface; ///< Plugin worker interface } JalvWorker; - + typedef struct { JalvOptions opts; ///< Command-line options JalvURIDs urids; ///< URIDs @@ -159,7 +159,7 @@ typedef struct { LilvNode* work_schedule; ///< lv2:connectionOptional port property uint32_t midi_event_id; ///< MIDI event class ID in event context bool buf_size_set; ///< True iff buffer size callback fired - bool exit; ///< True if execution is finished + bool exit; ///< True if execution is finished } Jalv; int |