From: Ralf Habacker Date: Mon, 25 Oct 2021 13:56:46 +0000 (+0200) Subject: Apply cmake formatting rules X-Git-Tag: dbus-1.13.20~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee24cadf2e4f3bb704d415ba700350f2ac904d76;p=thirdparty%2Fdbus.git Apply cmake formatting rules --- diff --git a/test/name-test/CMakeLists.txt b/test/name-test/CMakeLists.txt index e7c62587a..1b3c0e5c7 100644 --- a/test/name-test/CMakeLists.txt +++ b/test/name-test/CMakeLists.txt @@ -10,7 +10,7 @@ if(ENABLE_TRADITIONAL_ACTIVATION) add_session_test_executable(test-pending-call-timeout test-pending-call-timeout.c ${DBUS_INTERNAL_LIBRARIES}) endif() add_session_test_executable(test-shutdown test-shutdown.c dbus-testutils) -if (ENABLE_TRADITIONAL_ACTIVATION) +if(ENABLE_TRADITIONAL_ACTIVATION) add_session_test_executable(test-privserver-client test-privserver-client.c dbus-testutils) add_session_test_executable(test-thread-init test-threads-init.c ${DBUS_INTERNAL_LIBRARIES}) endif()