reaper: fix spacing

This commit is contained in:
Christine Dodrill 2015-06-12 12:53:18 -07:00
parent 3560ec838c
commit bb763eb5e1
1 changed files with 18 additions and 14 deletions

View File

@ -23,4 +23,8 @@ int main() {
memcpy(mem[i], mem[(i+1)%16], AMOUNT);
}
}
for (i=0; i < 16; i++) {
free(mem[i]);
}
}