indentation fix in uip/pick.c
authorPhilipp Takacs <philipp@bureaucracy.de>
Mon, 10 Jun 2019 11:42:53 +0000 (13:42 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 8 Sep 2019 09:37:42 +0000 (11:37 +0200)
use tab instand of spaces

uip/pick.c

index e76b528..d034b7f 100644 (file)
@@ -71,7 +71,7 @@ static struct swit switches[] = {
 #define FORMATSW  22
        { "format format", 0 },
 #define WIDTHSW  23
-    { "width columns", 0 },
+       { "width columns", 0 },
 #define THREADSW  24
        { "thread", 0 },
 #define FILESW  25