From daee0a13a82db85c80b6ccffcbb003c8a597cc7e Mon Sep 17 00:00:00 2001 From: Jupeyy Date: Sun, 22 Oct 2017 18:32:04 +0200 Subject: [PATCH] use spaces --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80fa64ed3..ff6926a57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -755,9 +755,9 @@ if(CLIENT) set(CLIENT_ICON "other/icons/DDNet.rc") if(MINGW) set(CLIENT_MANIFEST "other/manifest/dpimanifest.rc") - else() + else() set(CLIENT_MANIFEST) - endif() + endif() else() set(CLIENT_ICON) set(CLIENT_MANIFEST)