summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ganv/canvas.h2
-rw-r--r--src/port.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ganv/canvas.h b/ganv/canvas.h
index a6053ff..acb6072 100644
--- a/ganv/canvas.h
+++ b/ganv/canvas.h
@@ -89,7 +89,7 @@ GanvEdge*
ganv_canvas_get_edge(GanvCanvas* canvas,
GanvNode* tail,
GanvNode* head);
-
+
void
ganv_canvas_disconnect_edge(GanvCanvas* canvas,
GanvEdge* edge);
diff --git a/src/port.c b/src/port.c
index b390f29..5f835dc 100644
--- a/src/port.c
+++ b/src/port.c
@@ -349,7 +349,7 @@ ganv_port_new(GanvModule* module,
GanvCanvas* canvas = GANV_CANVAS(GANV_ITEM(port)->canvas);
ganv_port_set_direction(port, canvas->direction);
-
+
return port;
}