mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 19:44:46 +00:00
clang format fix
This commit is contained in:
parent
0ed79a92a5
commit
f1697b666e
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
#include <string>
|
||||
|
||||
enum class FileTypes {
|
||||
Unknown,
|
||||
Pkg,
|
||||
Unknown,
|
||||
Pkg,
|
||||
};
|
||||
|
||||
FileTypes DetectFileType(const std::string& filepath);
|
||||
|
|
Loading…
Add table
Reference in a new issue