diff --git a/lib/KOReaderSync/KOReaderSyncClient.cpp b/lib/KOReaderSync/KOReaderSyncClient.cpp index 32379f28..c5053c64 100644 --- a/lib/KOReaderSync/KOReaderSyncClient.cpp +++ b/lib/KOReaderSync/KOReaderSyncClient.cpp @@ -21,9 +21,7 @@ void addAuthHeaders(HTTPClient& http) { http.addHeader("x-auth-key", KOREADER_STORE.getMd5Password().c_str()); } -bool isHttpsUrl(const std::string& url) { - return url.rfind("https://", 0) == 0; -} +bool isHttpsUrl(const std::string& url) { return url.rfind("https://", 0) == 0; } } // namespace KOReaderSyncClient::Error KOReaderSyncClient::authenticate() {