Skip to content

Commit 90b951d

Browse files
committed
[NFC] Remove trailing whitespace in llvm/CMakeLists.txt
Differential Revision: https://reviews.llvm.org/D93234
1 parent d784845 commit 90b951d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,13 @@ option(LLVM_ENABLE_Z3_SOLVER
378378

379379
if (LLVM_ENABLE_Z3_SOLVER)
380380
find_package(Z3 4.7.1)
381-
381+
382382
if (LLVM_Z3_INSTALL_DIR)
383383
if (NOT Z3_FOUND)
384384
message(FATAL_ERROR "Z3 >= 4.7.1 has not been found in LLVM_Z3_INSTALL_DIR: ${LLVM_Z3_INSTALL_DIR}.")
385385
endif()
386386
endif()
387-
387+
388388
if (NOT Z3_FOUND)
389389
message(FATAL_ERROR "LLVM_ENABLE_Z3_SOLVER cannot be enabled when Z3 is not available.")
390390
endif()

0 commit comments

Comments
 (0)