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

This commit is contained in:
PatTheMav
2023-02-18 15:22:33 -08:00
committed by Jim
parent bb2a99cec8
commit f4bbe080bf
2 changed files with 2 additions and 2 deletions
@@ -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
View File
@@ -379,4 +379,4 @@ enum VstPlugCategory
kPlugCategMaxCount // 12=Marker to count the categories
};
#endif
#endif