summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_server_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-01 21:11:14 +0200
committerRobin Gareus <robin@gareus.org>2017-07-01 21:19:56 +0200
commitb976bf8986290e8f4812a50e7fdd98b9cbeb4249 (patch)
tree75cffb9761a024943c18e502a3d84e3607954a55 /gtk2_ardour/video_server_dialog.h
parent221902138938a47f32b925f7e37602230e9de538 (diff)
NO-OP whitespace & foratting of header files
Diffstat (limited to 'gtk2_ardour/video_server_dialog.h')
-rw-r--r--gtk2_ardour/video_server_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/video_server_dialog.h b/gtk2_ardour/video_server_dialog.h
index 12635d9dca..d9a73ef340 100644
--- a/gtk2_ardour/video_server_dialog.h
+++ b/gtk2_ardour/video_server_dialog.h
@@ -33,7 +33,7 @@
*/
class VideoServerDialog : public ArdourDialog
{
- public:
+public:
VideoServerDialog (ARDOUR::Session*);
~VideoServerDialog ();
@@ -44,7 +44,7 @@ class VideoServerDialog : public ArdourDialog
int get_cachesize () { return cachesize_spinner.get_value_as_int();}
bool show_again () { return showagain_checkbox.get_active();}
- private:
+private:
void on_show ();
void open_path_dialog ();
void open_docroot_dialog ();