diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2014-08-10 18:29:25 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-11 08:21:34 -0700 |
commit | b54032df759ab4ffaed35f70fda95594890b6977 (patch) | |
tree | 24801267beceef05156e5e0f75811e7d8599d946 /save-html.c | |
parent | 7d9c71c9475e765b5f087d532ddf3e0debe4eab0 (diff) | |
download | subsurface-b54032df759ab4ffaed35f70fda95594890b6977.tar.gz |
White space fix
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'save-html.c')
-rw-r--r-- | save-html.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/save-html.c b/save-html.c index 02d131e71..695221ece 100644 --- a/save-html.c +++ b/save-html.c @@ -325,7 +325,8 @@ void export_HTML(const char *file_name, const char *photos_dir, const bool selec fclose(f); } -void export_translation(const char *file_name){ +void export_translation(const char *file_name) +{ FILE *f; struct membuffer buf = { 0 }; |