Przeglądaj źródła

make mario happy

prozessorkern 4 lat temu
rodzic
commit
ded69bc1f4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/shellmatta_history.c

+ 1 - 1
src/shellmatta_history.c

@@ -233,7 +233,7 @@ void history_storeCmd(shellmatta_instance_t *inst)
 
         /** -# append the command byte wise in reverse direction */
         for(i = inst->inputCount; i > 0u; i --)
-        { 
+        {
             appendHistoryByte(inst, inst->buffer[i - 1u]);
         }
     }