From a096d1b1ffaa22585322c3e2619e88c0030de566 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 6 Jan 2025 06:38:28 -0500 Subject: clang-format for readability --- libwinnie/src/sdl/mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libwinnie/src/sdl/mouse.h') diff --git a/libwinnie/src/sdl/mouse.h b/libwinnie/src/sdl/mouse.h index 6fbe711..d47a674 100644 --- a/libwinnie/src/sdl/mouse.h +++ b/libwinnie/src/sdl/mouse.h @@ -36,4 +36,4 @@ void get_pointer_pos(int *x, int *y); int get_button_state(); int get_button(int bn); -#endif // MOUSE_H_ +#endif // MOUSE_H_ -- cgit v1.2.3