Clean up tab/whitespace from last commit

hackerspace-green
Ketil Froyn 2013-03-16 23:11:58 +01:00
parent 07e11c7cf5
commit f036be7c4e
1 changed files with 2 additions and 2 deletions

View File

@ -397,11 +397,11 @@ void loop()
card.write_command(cmdbuffer[bufindr]); card.write_command(cmdbuffer[bufindr]);
if(card.logging) if(card.logging)
{ {
process_commands(); process_commands();
} }
else else
{ {
SERIAL_PROTOCOLLNPGM(MSG_OK); SERIAL_PROTOCOLLNPGM(MSG_OK);
} }
} }
else else