diff options
author | David Robillard <d@drobilla.net> | 2015-01-18 12:40:01 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-01-18 12:40:01 -0500 |
commit | 2491bf32a119bc4e73dd4e833b84c54830b94642 (patch) | |
tree | 5d2ed50a5547910e6a8ce958dcb6e0b5de416958 /plugins | |
parent | 61ee1b13fdc6e29d9f9cf33e4ea133e2cd5e4368 (diff) | |
download | lv2-2491bf32a119bc4e73dd4e833b84c54830b94642.tar.xz |
Fix whitespacee.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/eg-sampler.lv2/sampler_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-sampler.lv2/sampler_ui.c b/plugins/eg-sampler.lv2/sampler_ui.c index 643f8c7..c08930a 100644 --- a/plugins/eg-sampler.lv2/sampler_ui.c +++ b/plugins/eg-sampler.lv2/sampler_ui.c @@ -134,7 +134,7 @@ instantiate(const LV2UI_Descriptor* descriptor, // Request state (filename) from plugin uint8_t get_buf[512]; lv2_atom_forge_set_buffer(&ui->forge, get_buf, sizeof(get_buf)); - + LV2_Atom_Forge_Frame frame; LV2_Atom* msg = (LV2_Atom*)lv2_atom_forge_object( &ui->forge, &frame, 0, ui->uris.patch_Get); |