style: format code with dotnet-format

This commit fixes the style issues introduced in 53f4b37 according to the output
from dotnet-format.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-06-29 18:37:53 +00:00 committed by GitHub
parent 53f4b37bcb
commit 0349d266fe
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();