Removed extra spaces...

This commit is contained in:
Vladyslav Baranovskyi
2024-10-28 12:23:29 +02:00
parent b6a1769765
commit a07cbe0fa8

View File

@@ -13,10 +13,10 @@
#include <sstream>
#if __has_include("curl/curl.h")
#include <curl/curl.h>
#else
#pragma message ("Missing curl.h even though HAS_CURL is set")
#undef HAS_CURL
#include <curl/curl.h>
#else
#pragma message ("Missing curl.h even though HAS_CURL is set")
#undef HAS_CURL
#endif
namespace OpenVulkano