summaryrefslogtreecommitdiff
path: root/src/os_mswin.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-12-01 20:32:29 +0100
committerBram Moolenaar <Bram@vim.org>2016-12-01 20:32:29 +0100
commitb04a98f6c3cca14bf055934b0a793f4dc376858b (patch)
tree1c7a13b04219d7477dcdcb8dbd7f56bbce2485c2 /src/os_mswin.c
parent87f3d202a90bd2d08a7afd55b3486b10bef858bb (diff)
downloadvim-git-b04a98f6c3cca14bf055934b0a793f4dc376858b.tar.gz
patch 8.0.0114v8.0.0114
Problem: Coding style not optimal. Solution: Add spaces. (Ken Takata)
Diffstat (limited to 'src/os_mswin.c')
-rw-r--r--src/os_mswin.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c
index dc5538947..408438ed7 100644
--- a/src/os_mswin.c
+++ b/src/os_mswin.c
@@ -40,7 +40,7 @@
# include <dlgs.h>
# include <winspool.h>
# include <commdlg.h>
-#endif
+# endif
#endif /* PROTO */
@@ -1619,7 +1619,9 @@ mch_print_init(prt_settings_T *psettings, char_u *jobname, int forceit)
if (psettings->n_uncollated_copies == 0)
psettings->n_uncollated_copies = 1;
- } else {
+ }
+ else
+ {
psettings->n_collated_copies = 1;
psettings->n_uncollated_copies = 1;
}