mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28:45 +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>
|
#include <string>
|
||||||
|
|
||||||
enum class FileTypes {
|
enum class FileTypes {
|
||||||
Unknown,
|
Unknown,
|
||||||
Pkg,
|
Pkg,
|
||||||
};
|
};
|
||||||
|
|
||||||
FileTypes DetectFileType(const std::string& filepath);
|
FileTypes DetectFileType(const std::string& filepath);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue