Optimize automation-event process splitting
[ardour.git] / gtk2_ardour / missing_plugin_dialog.h
index 06df8a7c335f60968707e9d1aff757701ac865c2..7aaa917a8e3b93f59b462d7973550e5cee58c71e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #include "ardour_dialog.h"
 
 namespace ARDOUR {
-        class Session;
+       class Session;
 }
 
 class MissingPluginDialog : public ArdourDialog
 {
-  public:
-        MissingPluginDialog (ARDOUR::Session *, std::list<std::string> const &);
+public:
+       MissingPluginDialog (ARDOUR::Session *, std::list<std::string> const &);
 };
 
 #endif /* __gtk_ardour_missing_plugin_dialog_h__ */