Procházet zdrojové kódy

obs-vst: Fix missing newlines at the end of files

PatTheMav před 2 roky
rodič
revize
f4bbe080bf

+ 1 - 1
plugins/obs-vst/headers/vst-plugin-callbacks.hpp

@@ -18,4 +18,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "aeffectx.h"
 
-typedef AEffect *(*vstPluginMain)(audioMasterCallback audioMaster);
+typedef AEffect *(*vstPluginMain)(audioMasterCallback audioMaster);

+ 1 - 1
plugins/obs-vst/vst_header/aeffectx.h

@@ -379,4 +379,4 @@ enum VstPlugCategory
 	kPlugCategMaxCount        // 12=Marker to count the categories
 };
 
-#endif
+#endif