[FORMATTING] [CMAKE] Remove space in 'if (' (#2847)
[reactos.git] / CMakeLists.txt
index 703d92f..c361321 100644 (file)
@@ -249,7 +249,7 @@ else()
     endif()
 
     # For MSVC builds, this puts all debug symbols file in the same directory.
-    if (MSVC)
+    if(MSVC)
         set(CMAKE_PDB_OUTPUT_DIRECTORY "${REACTOS_BINARY_DIR}/msvc_pdb")
     elseif(SEPARATE_DBG)
         set(CMAKE_PDB_OUTPUT_DIRECTORY "${REACTOS_BINARY_DIR}/symbols")