Tone down spacing
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "fs/ivfc.hpp"
|
||||
|
||||
namespace IVFC {
|
||||
|
||||
size_t parseIVFC(uintptr_t ivfcStart, IVFC& ivfc) {
|
||||
uintptr_t ivfcPointer = ivfcStart;
|
||||
|
||||
@@ -74,5 +73,4 @@ namespace IVFC {
|
||||
|
||||
return ivfcActualSize;
|
||||
}
|
||||
|
||||
} // namespace IVFC
|
||||
@@ -8,7 +8,6 @@
|
||||
#include "helpers.hpp"
|
||||
|
||||
namespace RomFS {
|
||||
|
||||
constexpr u32 metadataInvalidEntry = 0xFFFFFFFF;
|
||||
|
||||
struct Level3Header {
|
||||
@@ -192,5 +191,4 @@ namespace RomFS {
|
||||
|
||||
return root;
|
||||
}
|
||||
|
||||
} // namespace RomFS
|
||||
Reference in New Issue
Block a user