aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
committerDavid Robillard <d@drobilla.net>2012-03-27 03:39:52 +0000
commit2e973fb5999ad604e7a6f3929fd0f66a5a650f45 (patch)
tree4c800980a1371f6f845baaab24fd063b580bd064 /src
parenta688b70a248f70e3b46f19b6a2ea5793e28419e8 (diff)
downloadjalv-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')
-rw-r--r--src/jalv.c2
-rw-r--r--src/jalv_internal.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 3b93efe..484ad4b 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -434,7 +434,7 @@ jack_process_cb(jack_nframes_t nframes, void* data)
while (read_space) {
uint32_t size = 0;
jack_ringbuffer_read(host->worker.responses, (char*)&size, sizeof(size));
-
+
jack_ringbuffer_read(
host->worker.responses, host->worker.response, size);
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