aboutsummaryrefslogtreecommitdiff
path: root/shotkey.c
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-04-11 14:15:20 +0530
committerAkshay Nair <phenax5@gmail.com>2021-04-11 14:15:20 +0530
commit165e4955b0a7ae88e827158a337632f73965e83e (patch)
tree1933c488ecefc5f090e9433aaa0507400010df16 /shotkey.c
parent3a620b0370374026e4a762c54dccdead62b777bf (diff)
downloadshotkey-165e4955b0a7ae88e827158a337632f73965e83e.tar.gz
shotkey-165e4955b0a7ae88e827158a337632f73965e83e.zip
indentation changes
Diffstat (limited to 'shotkey.c')
-rw-r--r--shotkey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shotkey.c b/shotkey.c
index a8c5110..28376ef 100644
--- a/shotkey.c
+++ b/shotkey.c
@@ -89,9 +89,9 @@ void handle_mode_change() {
}
void set_mode(int mode, unsigned int persist) {
- current_mode = mode;
- is_mode_persistent = persist;
- handle_mode_change();
+ current_mode = mode;
+ is_mode_persistent = persist;
+ handle_mode_change();
}
void run(Display* dpy, Window win, Command command) {