From 0349d266fe5e01fac54c32e4da943b5fc1115f8c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:37:53 +0000 Subject: [PATCH] style: format code with dotnet-format This commit fixes the style issues introduced in 53f4b37 according to the output from dotnet-format. Details: None --- Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index e4a0a86..08e69ad 100644 --- a/Program.cs +++ b/Program.cs @@ -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();