mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-08-04 19:24:15 +00:00
setrule: fix function formatting in the example
This commit is contained in:
@@ -12,7 +12,8 @@ option from the [swallow][swallow] patch:
|
|||||||
|
|
||||||
```c
|
```c
|
||||||
void
|
void
|
||||||
setrulenoswallow(const Arg *arg) {
|
setrulenoswallow(const Arg *arg)
|
||||||
|
{
|
||||||
Rule *r = getrule(focustop(selmon));
|
Rule *r = getrule(focustop(selmon));
|
||||||
if (!r)
|
if (!r)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user