diff options
| author | Jan Sucan <jan@jansucan.com> | 2020-12-24 11:30:06 +0100 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2020-12-24 11:30:06 +0100 |
| commit | 42c87a3dd2b926905db944ab7637d74db0d88ae6 (patch) | |
| tree | bb7614455f09eee44b21f6b10d0f44a4de6c6523 /print.c | |
| parent | 6ea7dffe9afcb9531fbf20c66718801d9805d940 (diff) | |
Remove trailing whitespaces
Diffstat (limited to 'print.c')
| -rw-r--r-- | print.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ print_error(const char * const format, ...) fprintf(stderr, PRINT_ERROR_PREFIX); va_list args; - + va_start(args, format); vfprintf(stderr, format, args); va_end(args); |
