Browse Source

Fix formatting

Ivan Savenko 2 years ago
parent
commit
bbb1d36bce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CMakeLists.txt

+ 2 - 2
CMakeLists.txt

@@ -334,10 +334,10 @@ if(ENABLE_LAUNCHER OR ENABLE_EDITOR)
 
 	find_package(QT NAMES Qt6 Qt5 COMPONENTS LinguistTools )
 	find_package(Qt${QT_VERSION_MAJOR} COMPONENTS LinguistTools)
-	if (NOT Qt5LinguistTools_DIR)
+	if(NOT Qt5LinguistTools_DIR)
 		set(ENABLE_TRANSLATIONS OFF)
 	endif()
-	if (ENABLE_TRANSLATIONS)
+	if(ENABLE_TRANSLATIONS)
 		add_definitions(-DENABLE_QT_TRANSLATIONS)
 	endif()
 endif()