setrule: fix function formatting in the example

This commit is contained in:
Nikita Ivanov 2025-02-14 00:07:05 +01:00
parent 5e6df4bdb2
commit 9cce9a2ca5
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -12,7 +12,8 @@ option from the [swallow][swallow] patch:
```c
void
setrulenoswallow(const Arg *arg) {
setrulenoswallow(const Arg *arg)
{
Rule *r = getrule(focustop(selmon));
if (!r)
return;