Skip to content

Commit

Permalink
[makeotfexe] Remove spurious blank line from the output
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa committed Aug 2, 2019
1 parent 6976808 commit a515254
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions c/makeotf/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,6 @@ int main(int argc, char *argv[]) {
/* Process args. Call convFont at end. */
parseArgs(argc, argv, 0);

fprintf(stderr, "\n"); /* Terminate progress line */

/* Clean up */
cbMemFree(cbctx, script.buf);
dnaFREE(script.args);
Expand Down
1 change: 0 additions & 1 deletion tests/makeotf_data/expected_output/font_dev_output.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
makeotfexe [WARNING] FontMenuNameDB file was not specified or not found. [SourceSerifPro-Regular]

makeotf [Warning] Could not find default features file. Font will be built without any layout features.
makeotf [Warning] Could not find FontMenuNameDB file. Font will be built with menu names derived from PostScript name.
Built development mode font 'font.otf'.
1 change: 0 additions & 1 deletion tests/makeotf_data/expected_output/font_rel_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ makeotfexe [WARNING] unhinted <a>
makeotfexe [WARNING] unhinted <b>
makeotfexe [WARNING] FontMenuNameDB file was not specified or not found. [SourceSerifPro-Regular]
makeotfexe [WARNING] Glyph renaming was requested, but the GlyphOrderAndAliasDB file was not specified.

makeotf [Warning] Could not find default features file. Font will be built without any layout features.
makeotf [Warning] Could not find FontMenuNameDB file. Font will be built with menu names derived from PostScript name.
Built release mode font 'font.otf' Revision 1.000
1 change: 0 additions & 1 deletion tests/makeotfexe_data/expected_output/font_dev_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ makeotfexe [WARNING] unhinted <.notdef>
makeotfexe [WARNING] unhinted <a>
makeotfexe [WARNING] unhinted <b>
makeotfexe [WARNING] FontMenuNameDB file was not specified or not found. [SourceSerifPro-Regular]

1 change: 0 additions & 1 deletion tests/makeotfexe_data/expected_output/font_rel_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ makeotfexe [WARNING] unhinted <a>
makeotfexe [WARNING] unhinted <b>
makeotfexe [WARNING] FontMenuNameDB file was not specified or not found. [SourceSerifPro-Regular]
makeotfexe [WARNING] Glyph renaming was requested, but the GlyphOrderAndAliasDB file was not specified.

0 comments on commit a515254

Please sign in to comment.