0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

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

This commit is contained in:
PatTheMav 2023-02-16 20:58:30 +01:00 committed by Jim
parent bb2a99cec8
commit f4bbe080bf
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

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