Fix long-standing spelling bug.
[ardour.git] / libs / ardour / ardour / linux_vst_support.h
index 8575e2a72a6367c8953409ac9b4e0eca2c632344..954a465c054e1ea85408a10172c89baaf81d677d 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
@@ -31,7 +31,7 @@
 /******************************************************************************************/
 /*VSTFX - an engine to manage native linux VST plugins - derived from FST for Windows VSTs*/
 /******************************************************************************************/
+
 LIBARDOUR_API extern void (*vstfx_error_callback)(const char *msg);
 
 LIBARDOUR_API void vstfx_set_error_function (void (*func)(const char *));