From b8f8417b741561bdc88dbfdfe577ec66630aef7f Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Mon, 10 Jun 2019 13:42:53 +0200 Subject: [PATCH] indentation fix in uip/pick.c use tab instand of spaces --- uip/pick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/pick.c b/uip/pick.c index e76b528..d034b7f 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -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 -- 1.7.10.4