Remove spaces betweeen `if` and `(` in root CMake file.

This commit is contained in:
tastytea 2019-10-30 04:58:59 +01:00
parent 3a30cedfb6
commit 6a9d96c208
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -84,11 +84,11 @@ add_subdirectory(src/cli)
add_subdirectory(pkg-config)
add_subdirectory(cmake)
if (WITH_MAN)
if(WITH_MAN)
add_subdirectory(man)
endif()
if (WITH_MOZILLA)
if(WITH_MOZILLA)
add_subdirectory(browser-plugins/webextension/native-wrapper)
endif()