Skip to content

Commit

Permalink
Merge pull request #6 from mariux64/fix-formatting
Browse files Browse the repository at this point in the history
Fix formatting of `xdu.c`
  • Loading branch information
donald authored Oct 10, 2017
2 parents 04fbcb9 + 27192e7 commit 2aabb7b
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

0 comments on commit 2aabb7b

Please sign in to comment.