mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 10:59:02 +08:00
clang-format
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user