diff options
author | Drew DeVault <[email protected]> | 2015-08-18 07:19:20 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-08-18 07:20:34 -0400 |
commit | 2139001c9f61a84ed1ac581a54bb2bde68928afd (patch) | |
tree | a6efb486fdb71675775253d79e9550b5fc1d2f67 /include/handlers.h | |
parent | af1b3d97550c749de4e71f50784dc17f1a31c135 (diff) |
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.
Diffstat (limited to 'include/handlers.h')
-rw-r--r-- | include/handlers.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |