From d185f7237dbdeae07437a688458c5f11bff637f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 7 Feb 2019 12:09:38 +0100 Subject: [PATCH] bar: cmake: remove trailing whitespace --- bar/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/CMakeLists.txt b/bar/CMakeLists.txt index e767043..e9b9a4a 100644 --- a/bar/CMakeLists.txt +++ b/bar/CMakeLists.txt @@ -61,5 +61,5 @@ add_library(bar STATIC EXCLUDE_FROM_ALL bar.c bar.h private.h backend.h) target_link_libraries(bar $<$:bar-xcb> $<$:bar-wayland> - ${CMAKE_THREAD_LIBS_INIT} + ${CMAKE_THREAD_LIBS_INIT} )