From baacacb163f02b7b2300ee032579d7be725e69d2 Mon Sep 17 00:00:00 2001 From: nomennescio Date: Fri, 1 Sep 2023 18:08:11 +0100 Subject: [PATCH] Reformat --- vm/os-windows.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/os-windows.cpp b/vm/os-windows.cpp index 0a27a6a388..8b48d08ac3 100644 --- a/vm/os-windows.cpp +++ b/vm/os-windows.cpp @@ -123,7 +123,6 @@ long getpagesize() { return g_pagesize; } - bool move_file(const vm_char* path1, const vm_char* path2) { // MoveFileEx returns FALSE on fail. BOOL val = MoveFileEx((path1), (path2), MOVEFILE_REPLACE_EXISTING); -- 2.34.1