Explorar el Código

Woah guys this is so compliant!

Signed-off-by: BoomMicrophone <boommicrophone@noreply.localhost>
BoomMicrophone hace 2 años
padre
commit
f44fafdd88
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/suyu/main.cpp

+ 2 - 2
src/suyu/main.cpp

@@ -67,11 +67,11 @@ static FileSys::VirtualDir VfsFilesystemCreateDirectoryWrapper(
 }
 
 // Overloaded function, also removed by palafiate
-static FileSys::VirtualFile VfsDirectoryCreateFileWrapper(const FileSys::VirtualDir& dir, const std::string& path) {
+static FileSys::VirtualFile VfsDirectoryCreateFileWrapper(const FileSys::VirtualDir& dir,
+                                                          const std::string& path) {
     return dir->CreateFile(path);
 }
 
-
 #include <fmt/ostream.h>
 #include <glad/glad.h>