From 2491bf32a119bc4e73dd4e833b84c54830b94642 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Jan 2015 12:40:01 -0500 Subject: Fix whitespacee. --- plugins/eg-sampler.lv2/sampler_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/eg-sampler.lv2') 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); -- cgit v1.2.1