aboutsummaryrefslogtreecommitdiff
path: root/savefile.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-06-17 12:06:27 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-06-17 12:08:58 +0200
commite835845199d19de64718f22776b5309253d1cdf2 (patch)
tree250db7ee4a78a236835ad34c57fc48d339630b9d /savefile.c
parent420c6793f62ccc6c55bfecc6448a808f8c8405de (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/savefile.c b/savefile.c
index c09ae416..d04b917a 100644
--- a/savefile.c
+++ b/savefile.c
@@ -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().