]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Apply cmake formatting rules
authorRalf Habacker <ralf.habacker@freenet.de>
Mon, 25 Oct 2021 13:56:46 +0000 (15:56 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 25 Oct 2021 13:56:46 +0000 (15:56 +0200)
test/name-test/CMakeLists.txt

index e7c62587ab360eecba8f9738311a06c03ca2e383..1b3c0e5c72a4f095b8cbdc84ce0b7538d88660a9 100644 (file)
@@ -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()