1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 10:27:09 +00:00

Remove spaces before EOL

This commit is contained in:
Boris Zentner
2017-10-23 21:37:52 +02:00
committed by Robin Stuart
parent 45441a6da7
commit 31cc0ae78a
70 changed files with 906 additions and 844 deletions

View File

@@ -59,7 +59,7 @@ int ps_plot(struct zint_symbol *symbol) {
unsigned char local_text[ustrlen(symbol->text) + 1];
#else
unsigned char* local_text = (unsigned char*) malloc(ustrlen(symbol->text) + 1);
#endif
#endif
row_height = 0;
textdone = 0;
@@ -974,3 +974,4 @@ int ps_plot(struct zint_symbol *symbol) {
return error_number;
}