From 27192e7e5bedc9acac3515469abc7562b1ef35f3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 5 Oct 2017 17:28:50 +0200 Subject: [PATCH] xdu: Consistently indent with spaces Fixes: commit efa72d7022 (xdu: Initialize variables `name` in all cases) --- xdu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdu.c b/xdu.c index 747ce68..d11a04b 100644 --- a/xdu.c +++ b/xdu.c @@ -885,7 +885,7 @@ void savepsnode(FILE * fp, struct node *nodep, struct rect rect, int showsize) name = label; break; default: - name = NULL; + name = NULL; break; }