mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 23:17:51 +00:00
Address clang-format issues.
This commit is contained in:
parent
5d22844f3e
commit
1fd7cfb69e
8 changed files with 49 additions and 49 deletions
|
@ -17,9 +17,9 @@ class FileBackend;
|
|||
}
|
||||
|
||||
/// The unique system identifier hash, also known as ID0
|
||||
static constexpr char SYSTEM_ID[]{ "00000000000000000000000000000000" };
|
||||
static constexpr char SYSTEM_ID[]{"00000000000000000000000000000000"};
|
||||
/// The scrambled SD card CID, also known as ID1
|
||||
static constexpr char SDCARD_ID[]{ "00000000000000000000000000000000" };
|
||||
static constexpr char SDCARD_ID[]{"00000000000000000000000000000000"};
|
||||
|
||||
namespace Service {
|
||||
namespace FS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue