From 165e4955b0a7ae88e827158a337632f73965e83e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 11 Apr 2021 14:15:20 +0530 Subject: indentation changes --- shotkey.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shotkey.c') 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) { -- cgit v1.3.1