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:
committed by
Robin Stuart
parent
45441a6da7
commit
31cc0ae78a
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user