summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-02-06 08:16:35 +0100
committerThomas Haller <thaller@redhat.com>2019-02-06 08:19:51 +0100
commitcf43ce533b7717bb3f4fe90c2699e6f442902644 (patch)
tree4ff73b102b516e5684fdb68bc5ea32363f4579b2
parent84f1dac1bf3e0e7be93f50f260b55eab95e14f15 (diff)
downloadNetworkManager-cf43ce533b7717bb3f4fe90c2699e6f442902644.tar.gz
shared/c-rbtree: minor change to make sources identical to upsteam
Partly revert the change from 35171b3c3f850a9136e48d12ead389ee80842268. It's not our place to patch sources that we import via git-subtree.
-rw-r--r--shared/c-rbtree/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/c-rbtree/meson.build b/shared/c-rbtree/meson.build
index 19f8bc4426..ce57651e4b 100644
--- a/shared/c-rbtree/meson.build
+++ b/shared/c-rbtree/meson.build
@@ -4,7 +4,7 @@ project(
version: '3',
license: 'Apache',
default_options: [
- 'c_std=c11',
+ 'c_std=c11'
],
)
project_description = 'Intrusive Red-Black Tree Collection'