mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix minor coding-style violations
...based on https://github.com/johanmalm/checkpatch.pl
This commit is contained in:
parent
439cf4f848
commit
d424514e24
14 changed files with 29 additions and 28 deletions
|
|
@ -24,7 +24,7 @@ interactive_begin(struct view *view, enum input_mode mode, uint32_t edges)
|
|||
* If you think there is a good reason to allow it
|
||||
* feel free to open an issue explaining your use-case.
|
||||
*/
|
||||
return;
|
||||
return;
|
||||
}
|
||||
if (mode == LAB_INPUT_STATE_RESIZE
|
||||
&& (view->fullscreen || view->maximized)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue