aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/sampler_ui.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-01-18 12:40:01 -0500
committerDavid Robillard <d@drobilla.net>2015-01-18 12:40:01 -0500
commit2491bf32a119bc4e73dd4e833b84c54830b94642 (patch)
tree5d2ed50a5547910e6a8ce958dcb6e0b5de416958 /plugins/eg-sampler.lv2/sampler_ui.c
parent61ee1b13fdc6e29d9f9cf33e4ea133e2cd5e4368 (diff)
downloadlv2-2491bf32a119bc4e73dd4e833b84c54830b94642.tar.xz
Fix whitespacee.
Diffstat (limited to 'plugins/eg-sampler.lv2/sampler_ui.c')
-rw-r--r--plugins/eg-sampler.lv2/sampler_ui.c2
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);