shithub: moonfish

Download patch

ref: fcbf4754e91501b0c791f599d7ce3ef7b3debcac
parent: 99d918f5c373356844f36e0fd123f5b78acf2bb0
author: zamfofex <zamfofex@twdb.moe>
date: Thu Jan 25 16:43:47 EST 2024

make small formatting changes

--- a/main.c
+++ b/main.c
@@ -11,6 +11,7 @@
 int main(int argc, char **argv)
 {
 	static char line[2048];
+	
 	struct moonfish_analysis *analysis;
 	char *arg;
 	struct moonfish_move move;
@@ -56,6 +57,7 @@
 			{
 				arg = strtok(NULL, "\r\n\t ");
 				if (arg == NULL) break;
+				
 				if (!strcmp(arg, "wtime") || !strcmp(arg, "btime"))
 				{
 					if (!strcmp(arg, "wtime")) xtime = &wtime;
--