From 1449bfc5e960a61438c60a67c28da6d7c5bf2c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Kocao=C4=9Flu?= Date: Mon, 11 Oct 2021 06:07:18 +0300 Subject: code-style: fix consistency issues all over the codebase (#94) * remove duplicate comment * remove empty tabs and blank lines * move macros and globals ontop * comment to seprate function implementation * fix alignment * switch to *argv[] similar to other suckless code * kill all empty last lines * append comment to endif * reuse existing ARRLEN macro * comment fall through * use while (true) everywhere Co-authored-by: NRK --- commands.lst | 1 - 1 file changed, 1 deletion(-) (limited to 'commands.lst') diff --git a/commands.lst b/commands.lst index 06e7d78..a97ca1c 100644 --- a/commands.lst +++ b/commands.lst @@ -34,4 +34,3 @@ I_CMD(slideshow) T_CMD(move_sel) T_CMD(reload_all) - -- cgit v1.2.3