summaryrefslogtreecommitdiffhomepage
path: root/examples/textures
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-12-24 23:07:52 +0100
committerraysan5 <[email protected]>2020-12-24 23:07:52 +0100
commitea0f6c7a26f3a61f3be542aa8f066ce033766a9f (patch)
tree403dec84eb60bf77cd7fa89dde99b193bddfe89e /examples/textures
parentb93c4b0c2071dad67276806d00d47c8cf7b59f07 (diff)
downloadraylib-ea0f6c7a26f3a61f3be542aa8f066ce033766a9f.tar.gz
raylib-ea0f6c7a26f3a61f3be542aa8f066ce033766a9f.zip
Replace TABS by 4 spaces
Diffstat (limited to 'examples/textures')
-rw-r--r--examples/textures/textures_draw_tiled.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/textures/textures_draw_tiled.c b/examples/textures/textures_draw_tiled.c
index 160117f9..faf2d171 100644
--- a/examples/textures/textures_draw_tiled.c
+++ b/examples/textures/textures_draw_tiled.c
@@ -160,6 +160,6 @@ int main(int argc, char **argv)
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------
- return 0;
+ return 0;
}