]> gitweb.factorcode.org Git - factor.git/commitdiff
Reformat
authornomennescio <nomennescio@factorcode.org>
Fri, 1 Sep 2023 17:08:11 +0000 (18:08 +0100)
committernomennescio <nomennescio@factorcode.org>
Fri, 1 Sep 2023 17:11:22 +0000 (19:11 +0200)
vm/os-windows.cpp

index 0a27a6a388a3b7bc6ab8593d25465406f0c0a59a..8b48d08ac390b9a41c03d1f12c06be213a069cca 100644 (file)
@@ -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);