summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-04-12 10:17:03 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-04-12 10:17:03 +0200
commitb907f6b643c2d9fd4db7c9740848df72630a41c8 (patch)
tree8c2a85365b578b547acd00491cd41b6f0c197779
parent973a4b2e7743bf0b6ef1ec30d58f2d07d18b3183 (diff)
downloadweechat-b907f6b643c2d9fd4db7c9740848df72630a41c8.zip
core: fix indentation
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dee229e9b..afec5304d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ if(NOT DEFINED DATAROOTDIR)
endif()
if(NOT DEFINED WEECHAT_SHAREDIR)
- set(WEECHAT_SHAREDIR ${DATAROOTDIR}/weechat)
+ set(WEECHAT_SHAREDIR ${DATAROOTDIR}/weechat)
endif()
if(NOT DEFINED MANDIR)