From 494b6bd130bb192a184d4b9924f8f3c3b71d3824 Mon Sep 17 00:00:00 2001 From: Shamy <110725453+shamykyzer@users.noreply.github.com> Date: Wed, 2 Jul 2025 07:51:52 +0300 Subject: [PATCH] Fix newline at EOF in controls header --- include/controls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/controls.h b/include/controls.h index 120fdde..636d573 100644 --- a/include/controls.h +++ b/include/controls.h @@ -17,4 +17,4 @@ void handleInput(GLFWwindow* window, Particles* particles, int numParticles); // Function to handle mouse scroll input for adjusting gravitational pull void handleScroll(GLFWwindow* window, double xoffset, double yoffset); -#endif \ No newline at end of file +#endif