summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-08 22:35:58 +0000
committerDavid Robillard <d@drobilla.net>2011-12-08 22:35:58 +0000
commitcb09240a5a56a414e817e65433859b0c398d729f (patch)
tree856333e0dc966a5465851a92426ad86188a5b5ed /ganv/module.h
parentcf71d7ee9914de3936456eebe6d87948b46b2e57 (diff)
downloadganv-cb09240a5a56a414e817e65433859b0c398d729f.tar.gz
ganv-cb09240a5a56a414e817e65433859b0c398d729f.tar.bz2
ganv-cb09240a5a56a414e817e65433859b0c398d729f.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3838 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/module.h')
-rw-r--r--ganv/module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv/module.h b/ganv/module.h
index 4f89a38..7811504 100644
--- a/ganv/module.h
+++ b/ganv/module.h
@@ -35,7 +35,7 @@ typedef struct _GanvModuleClass GanvModuleClass;
typedef struct _GanvModuleImpl GanvModuleImpl;
typedef void (*GanvPortFunction)(GanvPort* port, void* data);
-
+
struct _GanvModule
{
GanvBox box;
@@ -58,7 +58,7 @@ ganv_module_num_ports(const GanvModule* module);
GanvPort*
ganv_module_get_port(GanvModule* module,
guint index);
-
+
void
ganv_module_add_port(GanvModule* module,
GanvPort* port);