From 2f9b506e9bc79b58eb914f39bed5c9790d424955 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sun, 7 May 2023 00:28:17 +0200 Subject: [PATCH] include typos --- components/spotify/cspot/src/CDNAudioFile.cpp | 2 +- components/spotify/cspot/src/LoginBlob.cpp | 2 +- components/spotify/cspot/src/Utils.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/spotify/cspot/src/CDNAudioFile.cpp b/components/spotify/cspot/src/CDNAudioFile.cpp index f45c3237..2fbd0742 100644 --- a/components/spotify/cspot/src/CDNAudioFile.cpp +++ b/components/spotify/cspot/src/CDNAudioFile.cpp @@ -16,7 +16,7 @@ #include "Utils.h" // for bigNumAdd, bytesToHexString, string... #include "WrappedSemaphore.h" // for WrappedSemaphore #ifdef BELL_ONLY_CJSON -#include "cJSON.h " +#include "cJSON.h" #else #include "nlohmann/json.hpp" // for basic_json<>::object_t, basic_json #include "nlohmann/json_fwd.hpp" // for json diff --git a/components/spotify/cspot/src/LoginBlob.cpp b/components/spotify/cspot/src/LoginBlob.cpp index fb2cf919..feb5e8d2 100644 --- a/components/spotify/cspot/src/LoginBlob.cpp +++ b/components/spotify/cspot/src/LoginBlob.cpp @@ -8,7 +8,7 @@ #include "Logger.h" // for CSPOT_LOG #include "protobuf/authentication.pb.h" // for AuthenticationType_AUTHE... #ifdef BELL_ONLY_CJSON -#include "cJSON.h " +#include "cJSON.h" #else #include "nlohmann/detail/json_pointer.hpp" // for json_pointer<>::string_t #include "nlohmann/json.hpp" // for basic_json<>::object_t, basic_json diff --git a/components/spotify/cspot/src/Utils.cpp b/components/spotify/cspot/src/Utils.cpp index 329f358f..6983e3ae 100644 --- a/components/spotify/cspot/src/Utils.cpp +++ b/components/spotify/cspot/src/Utils.cpp @@ -8,7 +8,7 @@ #include // for enable_if<>::type #include #ifndef _WIN32 -#include +#include #endif unsigned long long getCurrentTimestamp() {