From 07084a2bbe34b74feccd741c3256c5452a8f0d0e Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Sun, 24 Dec 2023 11:36:25 +0100 Subject: [PATCH] Clang tidy --- cpr/payload.cpp | 4 ++-- cpr/proxyauth.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cpr/payload.cpp b/cpr/payload.cpp index c3265c1ac..2a23b0dd3 100644 --- a/cpr/payload.cpp +++ b/cpr/payload.cpp @@ -1,4 +1,4 @@ +// NOLINTNEXTLINE(misc-include-cleaner) Ignored since it's for the future #include "cpr/payload.h" -namespace cpr { -} // namespace cpr +namespace cpr {} // namespace cpr diff --git a/cpr/proxyauth.cpp b/cpr/proxyauth.cpp index bfb0f5550..b9ed0e92b 100644 --- a/cpr/proxyauth.cpp +++ b/cpr/proxyauth.cpp @@ -1,5 +1,6 @@ #include "cpr/proxyauth.h" #include "cpr/util.h" +#include namespace cpr { EncodedAuthentication::~EncodedAuthentication() noexcept {