summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-08 16:53:14 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:11 -0400
commitd1747b4137ba9c3986d644db383aacc682059bf7 (patch)
treeef1678b362091404639d2f836209bd6ff301e642 /libs/ardour/export_handler.cc
parentae8c494c026a6ce221d5f2cd28fc2df9d44e0893 (diff)
no-op: indentation and whitespace fixes
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index 37e5f11455..46cd247d20 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -118,7 +118,7 @@ ExportHandler::ExportHandler (Session & session)
ExportHandler::~ExportHandler ()
{
- graph_builder->cleanup (export_status->aborted () );
+ graph_builder->cleanup (export_status->aborted () );
}
/** Add an export to the `to-do' list */