aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/screen.h')
-rw-r--r--src/nvim/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/screen.h b/src/nvim/screen.h
index 330ff1d4a1..33b713e756 100644
--- a/src/nvim/screen.h
+++ b/src/nvim/screen.h
@@ -24,7 +24,7 @@ typedef enum {
WC_TOP_LEFT = 0,
WC_TOP_RIGHT,
WC_BOTTOM_LEFT,
- WC_BOTTOM_RIGHT
+ WC_BOTTOM_RIGHT,
} WindowCorner;
/// By default, all windows are drawn on a single rectangular grid, represented by