summaryrefslogtreecommitdiffstats
path: root/ganv/module.h
diff options
context:
space:
mode:
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);