mirror of
https://github.com/swaywm/sway.git
synced 2025-12-16 08:56:32 -05:00
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.
This commit is contained in:
parent
af1b3d9755
commit
2139001c9f
11 changed files with 119 additions and 136 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue