Gracefully handle templates that lack contents in their description or created_with...
[ardour.git] / gtk2_ardour / missing_plugin_dialog.h
old mode 100755 (executable)
new mode 100644 (file)
index 06df8a7..7aaa917
@@ -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__ */