Reformat code.

This commit is contained in:
2019-01-27 20:33:59 +00:00
parent 43d34c6770
commit 40a0a729f1
19 changed files with 5201 additions and 5370 deletions

View File

@@ -29,14 +29,15 @@ Contains global definitions
Copyright (C) 2011-2018 Natalia Portillo
*****************************************************************************/
#include <stdio.h>
#include "main.h"
#include "defs.h"
#include <stdio.h>
#if defined(macintosh)
#include <console.h>
#include <SIOUX.h>
#include <console.h>
#endif
int main(int argc, char **argv)
@@ -77,4 +78,3 @@ int main(int argc, char **argv)
return 0;
}