Skip to content

Commit

Permalink
Applying formatting patch from jenkins4kodi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicopower committed Jun 7, 2021
1 parent d2c58ad commit b9432b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc/filesystem/CurlFile.cpp
Expand Up @@ -35,8 +35,9 @@
#include "DllLibCurl.h"
#include "ShoutcastFile.h"
#include "utils/CharsetConverter.h"
#include "utils/log.h"
#include "utils/StringUtils.h"
#include "utils/log.h"

#include <xbmc/platform/Environment.h>

using namespace XFILE;
Expand Down Expand Up @@ -683,7 +684,6 @@ void CCurlFile::SetCommonOptions(CReadState* state, bool failOnError /* = true *
// UWP cacert - Require relative path from the executable
g_curlInterface.easy_setopt(h, CURLOPT_CAINFO, "system/certs/cacert.pem");
#endif

}

void CCurlFile::SetRequestHeaders(CReadState* state)
Expand Down

0 comments on commit b9432b1

Please sign in to comment.