summaryrefslogtreecommitdiffstats
path: root/drivers/windows/file_access_windows.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-28 14:25:35 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-28 14:25:35 +0100
commit3a08c646ee1e9884a020a3f7ff10c6c9d28b60ba (patch)
tree3dfc7aacb349bb893df0fb4e438f8138d8c11e7a /drivers/windows/file_access_windows.cpp
parentdf78c0636d79c9545a283e0e2a926d623998cc27 (diff)
downloadredot-engine-3a08c646ee1e9884a020a3f7ff10c6c9d28b60ba.tar.gz
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Diffstat (limited to 'drivers/windows/file_access_windows.cpp')
-rw-r--r--drivers/windows/file_access_windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp
index aae06505cd..dd8bceb573 100644
--- a/drivers/windows/file_access_windows.cpp
+++ b/drivers/windows/file_access_windows.cpp
@@ -47,7 +47,7 @@
#include <wchar.h>
#ifdef _MSC_VER
-#define S_ISREG(m) ((m)&_S_IFREG)
+#define S_ISREG(m) ((m) & _S_IFREG)
#endif
void FileAccessWindows::check_errors() const {