From 7203acdef974014fde0629b49ea8d6a70e7de4d6 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 23 Jun 2021 09:59:11 +0200 Subject: Minor format tweaks --- examples/models/models_gltf_model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/models') diff --git a/examples/models/models_gltf_model.c b/examples/models/models_gltf_model.c index 3475b3f0..9889ad25 100644 --- a/examples/models/models_gltf_model.c +++ b/examples/models/models_gltf_model.c @@ -98,7 +98,7 @@ int main(void) // De-Initialization //-------------------------------------------------------------------------------------- - for(int i = 0; i < MAX_MODELS; i++) UnloadModel(model[i]); // Unload models + for (int i = 0; i < MAX_MODELS; i++) UnloadModel(model[i]); // Unload models CloseWindow(); // Close window and OpenGL context //-------------------------------------------------------------------------------------- -- cgit v1.2.3