Merge pull request #7 from MichaelHinrichs/deepsource-transform-db25a971

style: format code with dotnet-format
This commit is contained in:
NintenHero 2024-07-27 16:24:40 -05:00 committed by GitHub
commit 0ea1cf6af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ namespace RPG_Maker_LDB_Printer
Data.GetInt();
OpenIndent();
bool stop = false;
while ( stop == false)
while (stop == false)
{
ContinueIndent();
int data = Data.GetInt();
@ -175,7 +175,7 @@ namespace RPG_Maker_LDB_Printer
Data.GetInt();
OpenIndent();
bool frameStop = false;
while(frameStop == false)
while (frameStop == false)
{
ContinueIndent();
int frameData = Data.GetInt();
@ -221,7 +221,7 @@ namespace RPG_Maker_LDB_Printer
if (AnimationFrame > 0)
CloseIndent();
break;
#endregion
#endregion
case (0x19, 0x16):
#region Event
Data.GetInt();