1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-07 03:46:25 +02:00

[ES] Fixed indentation

Signed-óff-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-06-25 11:38:10 +02:00
parent 1e4e0db3ba
commit c35782ac3a

View File

@ -94,9 +94,9 @@ void flushBuffer()
*/
void resetBuffer()
{
for (int i = 0; i < maxBufferIndex; i++) {
screenBuffer[i] = 0x0;
}
for (int i = 0; i < maxBufferIndex; i++) {
screenBuffer[i] = 0x0;
}
}
/**