From cb09240a5a56a414e817e65433859b0c398d729f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Dec 2011 22:35:58 +0000 Subject: Delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3838 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/module.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ganv/module.h') 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); -- cgit v1.2.1