summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
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
commit9739af83e0bab9f7769590f330ee26734ccce08c (patch)
treec05427da55c9215dc9a217f35b585f1e8a2994ef /src/gui/Port.cpp
parentf1c1d019c14ddb184078c79cd5d6a0631a644acd (diff)
downloadingen-9739af83e0bab9f7769590f330ee26734ccce08c.tar.gz
ingen-9739af83e0bab9f7769590f330ee26734ccce08c.tar.bz2
ingen-9739af83e0bab9f7769590f330ee26734ccce08c.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5582 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.cpp')
-rw-r--r--src/gui/Port.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp
index 07e654db..908d71cf 100644
--- a/src/gui/Port.cpp
+++ b/src/gui/Port.cpp
@@ -161,7 +161,7 @@ Port::show_menu(GdkEventButton* ev)
_app.log().error("Failed to load port menu widget\n");
return false;
}
-
+
menu->init(_app, model(), _flipped);
menu->popup(ev->button, ev->time);
return true;
@@ -432,7 +432,7 @@ Port::set_type_tag()
} else if (model()->is_toggle()) {
tag = ((model()->value() != _app.uris().forge.make(0.0f))
? "☑" : "☐");
-
+
} else {
tag = "ℝ";
}