From e80575c748f7b2158100dabdaae10ffdc72abc68 Mon Sep 17 00:00:00 2001 From: Nikolay Borodin Date: Thu, 30 May 2024 15:11:11 +0200 Subject: [PATCH] misc: fix styling --- .gitignore | 2 +- src/meson.build | 1 - subprojects/libconfig.wrap | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7c19a08d14..edef7ce0f0 100644 --- a/.gitignore +++ b/.gitignore @@ -74,4 +74,4 @@ doxygen/ /tests/testcases/__pycache__/ # Subproject files -subprojects/libconfig \ No newline at end of file +subprojects/libconfig diff --git a/src/meson.build b/src/meson.build index c3a24ec586..f6c1197389 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,4 +1,3 @@ - libev = dependency('libev', required: false) if not libev.found() libev = cc.find_library('ev') diff --git a/subprojects/libconfig.wrap b/subprojects/libconfig.wrap index 1de832d106..d3528cac6e 100644 --- a/subprojects/libconfig.wrap +++ b/subprojects/libconfig.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://github.com/hyperrealm/libconfig revision = f9404f60a435aa06321f4ccd8357364dcb216d46 -depth = 1 \ No newline at end of file +depth = 1