mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Clean up some struct indentations
Also cleaned up the indentations of some variable declarations.
This commit is contained in:
parent
40182a48a5
commit
ebb48d019e
50 changed files with 1357 additions and 1355 deletions
|
@ -59,9 +59,9 @@ namespace File
|
|||
struct FSTEntry
|
||||
{
|
||||
bool isDirectory;
|
||||
u64 size; // file length or number of entries from children
|
||||
std::string physicalName; // name on disk
|
||||
std::string virtualName; // name in FST names table
|
||||
u64 size; // File length or number of entries from children
|
||||
std::string physicalName; // Name on disk
|
||||
std::string virtualName; // Name in FST names table
|
||||
std::vector<FSTEntry> children;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue