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