summaryrefslogtreecommitdiffstats
path: root/ganv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-17 20:21:26 +0000
committerDavid Robillard <d@drobilla.net>2015-02-17 20:21:26 +0000
commit56cdcc7f886e9a4889f8f692c7863190705d9452 (patch)
treecbbd37992f1692410e13e44fb14fbcc436549e91 /ganv
parentfd84402de98a7a941e0eba0d5da76b042eac1ded (diff)
downloadganv-56cdcc7f886e9a4889f8f692c7863190705d9452.tar.gz
ganv-56cdcc7f886e9a4889f8f692c7863190705d9452.tar.bz2
ganv-56cdcc7f886e9a4889f8f692c7863190705d9452.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5582 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv')
-rw-r--r--ganv/Canvas.hpp2
-rw-r--r--ganv/Node.hpp2
-rw-r--r--ganv/ganv.hpp1
-rw-r--r--ganv/types.hpp1
4 files changed, 2 insertions, 4 deletions
diff --git a/ganv/Canvas.hpp b/ganv/Canvas.hpp
index 4a83de2..e22c691 100644
--- a/ganv/Canvas.hpp
+++ b/ganv/Canvas.hpp
@@ -82,7 +82,7 @@ public:
Edge* get_edge(Node* tail, Node* head) const;
void remove_edge_between(Node* tail, Node* head);
void remove_edge(Edge* edge);
-
+
METHOD0(ganv_canvas, arrange);
METHODRET2(ganv_canvas, int, export_image, const char*, filename, bool, draw_background);
METHOD1(ganv_canvas, export_dot, const char*, filename);
diff --git a/ganv/Node.hpp b/ganv/Node.hpp
index a6f47e8..4a4996b 100644
--- a/ganv/Node.hpp
+++ b/ganv/Node.hpp
@@ -51,7 +51,7 @@ public:
gboolean is_within(double x1, double y1, double x2, double y2) const {
return ganv_node_is_within(gobj(), x1, y1, x2, y2);
}
-
+
RW_PROPERTY(const char*, label)
RW_PROPERTY(double, border_width)
RW_PROPERTY(double, dash_length)
diff --git a/ganv/ganv.hpp b/ganv/ganv.hpp
index eec4335..4488815 100644
--- a/ganv/ganv.hpp
+++ b/ganv/ganv.hpp
@@ -24,4 +24,3 @@
#include "ganv/Port.hpp"
#endif // GANV_GANV_HPP
-
diff --git a/ganv/types.hpp b/ganv/types.hpp
index 83f2070..8b2f7ac 100644
--- a/ganv/types.hpp
+++ b/ganv/types.hpp
@@ -28,4 +28,3 @@ class Port;
}; // namespace Ganv
#endif // GANV_TYPES_HPP
-