Skip to content

Commit

Permalink
xdu: Consistently indent with spaces
Browse files Browse the repository at this point in the history
Fixes: commit efa72d7 (xdu: Initialize variables `name` in all cases)
  • Loading branch information
pmenzel committed Oct 5, 2017
1 parent 04fbcb9 commit 27192e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

1 comment on commit 27192e7

@wwwutz
Copy link
Contributor

@wwwutz wwwutz commented on 27192e7 Oct 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much fir your support. Is it ok, when we mention you in the contributors list of xdu ?

Please sign in to comment.