diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-06-17 12:06:27 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-06-17 12:08:58 +0200 |
commit | e835845199d19de64718f22776b5309253d1cdf2 (patch) | |
tree | 250db7ee4a78a236835ad34c57fc48d339630b9d /savefile.c | |
parent | 420c6793f62ccc6c55bfecc6448a808f8c8405de (diff) |
Remove some trailing tabs
Moreover:
Remove some spaces before tabs.
Remove an extra blank line.
Diffstat (limited to 'savefile.c')
-rw-r--r-- | savefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -309,7 +309,7 @@ charset_fopen(const char *path, const char *mode) utf16_mode[i] = c; } utf16_mode[i] = '\0'; - + /* * OK, we have UTF-16LE strings; hand them to * _wfopen(). |