aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pty_process_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/pty_process_win.h')
-rw-r--r--src/nvim/os/pty_process_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/pty_process_win.h b/src/nvim/os/pty_process_win.h
index 3f6cc58e3e..d1737fd63a 100644
--- a/src/nvim/os/pty_process_win.h
+++ b/src/nvim/os/pty_process_win.h
@@ -10,7 +10,7 @@
typedef enum {
kWinpty,
- kConpty
+ kConpty,
} PtyType;
typedef struct pty_process {