[libgit2-glib] meson: Remove unnecessary space
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] meson: Remove unnecessary space
- Date: Sat, 5 Feb 2022 08:44:32 +0000 (UTC)
commit b30b549688a8c7671afe9af3c1e4ce496938ede5
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Tue Jun 22 22:30:03 2021 +0200
meson: Remove unnecessary space
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 5490b0c..1ad892e 100644
--- a/meson.build
+++ b/meson.build
@@ -113,7 +113,7 @@ endif
add_project_arguments(common_flags, language: 'c')
if cc.has_link_argument('-Wl,-Bsymbolic-functions')
- add_project_link_arguments('-Wl,-Bsymbolic-functions', language : 'c')
+ add_project_link_arguments('-Wl,-Bsymbolic-functions', language: 'c')
endif
# Termios
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]