From d842e97cd9469c92e30a1eb0f02f901673f21700 Mon Sep 17 00:00:00 2001 From: Xander Frangos <33106561+xanderfrangos@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:46:39 -0500 Subject: [PATCH] Formatting --- src/nvhttp.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nvhttp.cpp b/src/nvhttp.cpp index e2091fbeb8..bc22851e5a 100644 --- a/src/nvhttp.cpp +++ b/src/nvhttp.cpp @@ -262,9 +262,8 @@ namespace nvhttp { } } } - } + } - if (root.count("named_certs")) { for (auto &[_, el] : root.get_child("named_certs")) { named_cert_t named_cert;