summaryrefslogtreecommitdiffhomepage
path: root/examples/web/textures/textures_image_processing.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-07-28 12:56:54 +0200
committerraysan5 <[email protected]>2021-07-28 12:56:54 +0200
commit5ccec1e542b3a1d52ecb5c409c003396cf75b59e (patch)
treefa2948d236973d6c433e77959aa7eae46fd9c310 /examples/web/textures/textures_image_processing.c
parent2cde0cc2123fa33418042c89f47bf7e3853174d4 (diff)
downloadraylib.com-5ccec1e542b3a1d52ecb5c409c003396cf75b59e.tar.gz
raylib.com-5ccec1e542b3a1d52ecb5c409c003396cf75b59e.zip
Replace TABS by 4 spaces
Diffstat (limited to 'examples/web/textures/textures_image_processing.c')
-rw-r--r--examples/web/textures/textures_image_processing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/textures/textures_image_processing.c b/examples/web/textures/textures_image_processing.c
index 2c8c925..00282d0 100644
--- a/examples/web/textures/textures_image_processing.c
+++ b/examples/web/textures/textures_image_processing.c
@@ -132,8 +132,8 @@ void UpdateDrawFrame(void)
}
// Keyboard toggle group logic
-
- if (IsKeyPressed(KEY_DOWN))
+
+ if (IsKeyPressed(KEY_DOWN))
{
currentProcess++;
if (currentProcess > (NUM_PROCESSES - 1)) currentProcess = 0;