Indentation fix [skip ci]

This commit is contained in:
redtide 2020-02-27 23:45:02 +01:00
parent 2a09dd36d1
commit df413a2f5a

View file

@ -7,6 +7,7 @@ if (POLICY CMP0069)
cmake_policy(SET CMP0069 NEW) cmake_policy(SET CMP0069 NEW)
endif() endif()
endif() endif()
project (sfizz VERSION 0.2.0 LANGUAGES CXX C) project (sfizz VERSION 0.2.0 LANGUAGES CXX C)
set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.") set (PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.")