Fix indentation in samples/controller/basic

This commit is contained in:
Sokus
2024-03-07 16:54:58 +01:00
parent 125d360ec1
commit 2e71465c8f

View File

@@ -72,7 +72,7 @@ int main(void)
while(!done){
pspDebugScreenSetXY(0, 2);
sceCtrlReadBufferPositive(&pad, 1);
sceCtrlReadBufferPositive(&pad, 1);
pspDebugScreenPrintf("Analog X = %d ", pad.Lx);
pspDebugScreenPrintf("Analog Y = %d \n", pad.Ly);