From 2139001c9f61a84ed1ac581a54bb2bde68928afd Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 18 Aug 2015 07:19:20 -0400 Subject: Coding style enforcement This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know. --- include/handlers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/handlers.h') diff --git a/include/handlers.h b/include/handlers.h index 6b642419..c25c3309 100644 --- a/include/handlers.h +++ b/include/handlers.h @@ -7,7 +7,7 @@ extern struct wlc_interface interface; extern uint32_t keys_pressed[32]; -//set focus to current pointer location and return focused container +// set focus to current pointer location and return focused container swayc_t *container_under_pointer(void); #endif -- cgit v1.2.3