diff options
| author | ShifftC <[email protected]> | 2025-01-26 21:31:49 +0100 |
|---|---|---|
| committer | ShifftC <[email protected]> | 2025-01-26 21:31:49 +0100 |
| commit | 718069c815cf9ed814b6c22db70b6b5404947c6e (patch) | |
| tree | 3ab1b42de887a6fd57f9da603cb38e587637993b | |
| parent | b5c5744dbaebf99da4189ca7ee705b4c35257143 (diff) | |
Remove whitespace
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua b/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua index 997f8a444..ca9e8053d 100644 --- a/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua +++ b/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua @@ -145,7 +145,7 @@ function get_stdmodules(target) end end end - wprint("std and std.compat modules not found ! disabling them for the build") + wprint("std and std.compat modules not found! disabling them for the build") end end |
