clang-format

This commit is contained in:
gabime
2019-12-13 18:26:36 +02:00
parent 62ecc04212
commit a056b9115b
4 changed files with 3 additions and 4 deletions

View File

@@ -541,7 +541,7 @@ std::string SPDLOG_INLINE getenv(const char *field)
#if defined(_MSC_VER)
#if defined(__cplusplus_winrt)
return std::string{}; //not supported under uwp
return std::string{}; // not supported under uwp
#else
size_t len = 0;
char buf[128];