summaryrefslogtreecommitdiffstats
path: root/src/Patchage.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
commit845868bb4ec34e1bf2b0bbde937777725e167018 (patch)
tree765fdbf6f5cf1f2b9ad1f96903a8d21f09245295 /src/Patchage.cpp
parent668f74cd5cbfa95b09a4fe9f74b99770c3c672c4 (diff)
downloadpatchage-845868bb4ec34e1bf2b0bbde937777725e167018.tar.gz
patchage-845868bb4ec34e1bf2b0bbde937777725e167018.tar.bz2
patchage-845868bb4ec34e1bf2b0bbde937777725e167018.zip
Delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5582 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index b8e65ad..ec7fd5e 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -347,7 +347,7 @@ Patchage::Patchage(int argc, char** argv)
g_signal_connect(_menubar->gobj(), "can-activate-accel",
G_CALLBACK(can_activate_cb), NULL);
g_signal_connect(osxapp, "NSApplicationWillTerminate",
- G_CALLBACK(terminate_cb), this);
+ G_CALLBACK(terminate_cb), this);
gtkosx_application_ready(osxapp);
#endif
}
@@ -976,7 +976,7 @@ Patchage::on_view_messages()
_main_paned->set_position(max_pos - std::max(conf_height, min_height));
_pane_initialized = true;
}
-
+
_log_scrolledwindow->show();
_status_text->scroll_to_mark(
_status_text->get_buffer()->get_insert(), 0);