summaryrefslogtreecommitdiffstats
path: root/src/server
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-11-01 22:39:45 +0000
committerDavid Robillard <d@drobilla.net>2013-11-01 22:39:45 +0000
commit1adbdc3fedf441be5b08cc10e2bd239c73b49b80 (patch)
treed224a9cf7f2f47f76898a48da7c834bc4b36cad3 /src/server
parent22f9b193006de486a569d67f11c82fd12d790181 (diff)
downloadingen-1adbdc3fedf441be5b08cc10e2bd239c73b49b80.tar.gz
ingen-1adbdc3fedf441be5b08cc10e2bd239c73b49b80.tar.bz2
ingen-1adbdc3fedf441be5b08cc10e2bd239c73b49b80.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5171 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server')
-rw-r--r--src/server/LV2Block.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/LV2Block.cpp b/src/server/LV2Block.cpp
index 797cc81f..e065a5b5 100644
--- a/src/server/LV2Block.cpp
+++ b/src/server/LV2Block.cpp
@@ -1,6 +1,6 @@
/*
This file is part of Ingen.
- Copyright 2007-2012 David Robillard <http://drobilla.net/>
+ Copyright 2007-2013 David Robillard <http://drobilla.net/>
Ingen is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
@@ -486,9 +486,9 @@ LV2Block::process(ProcessContext& context)
}
void
-LV2Block::set_port_buffer(uint32_t voice,
- uint32_t port_num,
- BufferRef buf)
+LV2Block::set_port_buffer(uint32_t voice,
+ uint32_t port_num,
+ BufferRef buf)
{
BlockImpl::set_port_buffer(voice, port_num, buf);
lilv_instance_connect_port(