Skip to content

Commit

Permalink
trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
codon committed Jan 3, 2013
1 parent 2a432c5 commit 788460e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_glyph_building.pl
Expand Up @@ -91,7 +91,7 @@


push(@body_name, sort values(%$planets)) unless @body_name; push(@body_name, sort values(%$planets)) unless @body_name;
warn "Looking at bodies ".join(", ", @body_name)."\n" if $debug; warn "Looking at bodies ".join(", ", @body_name)."\n" if $debug;
for my $body_name (@body_name) { for my $body_name (@body_name) {
eval { eval {
my $body_id; my $body_id;
for my $id (keys(%$planets)) { for my $id (keys(%$planets)) {
Expand Down

0 comments on commit 788460e

Please sign in to comment.