diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-29 13:54:38 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-29 13:54:38 +0100 |
commit | 7434f8b4e3af0014ed55f4f2058c2e31a53305bf (patch) | |
tree | fb56262283361557eafee2a2592a3765b702cd2f /drivers/windows/file_access_windows.cpp | |
parent | 9101067666525ff97b0b63f96c001bd413587ba2 (diff) | |
parent | 3a08c646ee1e9884a020a3f7ff10c6c9d28b60ba (diff) | |
download | redot-engine-7434f8b4e3af0014ed55f4f2058c2e31a53305bf.tar.gz |
Merge pull request #88959 from akien-mga/pre-commit-clang-17.0.6-black-24.2.0
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.cpp | 2 |
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 { |