Skip to content

Commit

Permalink
Minor whitespace tidy ups in font[23]go.cgi
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-eves committed Jun 19, 2024
1 parent 5395e2a commit 5eab854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/server/fonts2go.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ if ($cgi->param('Select features')) {
print
p('Existing font:', filefield(-name => 'load_settings'), submit('Load settings'));
}

my $parser = new XML::Parser::Expat;
$parser->setHandlers(
'Start' => \&sh_form,
Expand Down Expand Up @@ -471,8 +472,7 @@ elsif ($cgi->param('Get tuned font')) {
$suffixOpt = "-n \"$suffix\"";
$suffix =~ s/\s//g;
$file_name = fontDirName($familytag, $suffix);
}
else {
} else {
$file_name = fontDirName($familytag);
}
my $tunedDir = "$tempDir/$file_name";
Expand Down
2 changes: 0 additions & 2 deletions web/server/fonts3go.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,6 @@ __EOT__
# Append to @fontTag
push @fontTag, "$featureTag$atts{'tag'}"
}

}
}

Expand All @@ -824,7 +823,6 @@ sub eh_proc
}
}


# Retrieve 'family' and 'ver' varibles from CGI; detaint them and
# determine the familytag value to be used.

Expand Down

0 comments on commit 5eab854

Please sign in to comment.