Whitespace

This commit is contained in:
Daniel Loffgren 2018-01-22 22:10:32 -08:00
parent 02e49932ea
commit 762f8f5e6d
2 changed files with 32 additions and 33 deletions

View File

@ -91,8 +91,7 @@ static const char *prompt() {
return prompt;
}
int main(int argc, const char * argv[])
{
int main(int argc, const char *argv[]) {
currentFileName = "apple1";
cpu = v6502_createCPU();