summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/NodeModule.cpp2
-rw-r--r--src/gui/PropertiesWindow.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp
index d70e4fe1..d38bea21 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -104,7 +104,7 @@ NodeModule::create(GraphCanvas& canvas,
bool human)
{
SharedPtr<const GraphModel> graph = PtrCast<const GraphModel>(block);
-
+
NodeModule* ret = (graph)
? new SubgraphModule(canvas, graph)
: new NodeModule(canvas, block);
diff --git a/src/gui/PropertiesWindow.cpp b/src/gui/PropertiesWindow.cpp
index e49e2021..cafa84ff 100644
--- a/src/gui/PropertiesWindow.cpp
+++ b/src/gui/PropertiesWindow.cpp
@@ -508,7 +508,7 @@ PropertiesWindow::add_clicked()
properties.insert(make_pair(key_uri.c_str(), value));
_app->interface()->put(_model->uri(), properties);
}
-
+
void
PropertiesWindow::cancel_clicked()
{