From 4ea05d37c952b80105a5623865c3dfec35a1bfd5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 30 May 2020 03:55:29 +0300 Subject: Fix left style issues from switch port merging --- src/fs/paths.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fs/paths.cpp') diff --git a/src/fs/paths.cpp b/src/fs/paths.cpp index 273dbd59f..942f69471 100644 --- a/src/fs/paths.cpp +++ b/src/fs/paths.cpp @@ -92,7 +92,8 @@ std::string getRealPath(const std::string &str) { return std::string(); } -#if defined(__OpenBSD__) || defined(__ANDROID__) || defined(__native_client__) || defined(__SWITCH__) +#if defined(__OpenBSD__) || defined(__ANDROID__) || \ + defined(__native_client__) || defined(__SWITCH__) char *realPath = reinterpret_cast(calloc(PATH_MAX, sizeof(char))); if (!realPath) return ""; -- cgit v1.2.3-60-g2f50