summaryrefslogtreecommitdiff
path: root/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/buffer.c b/buffer.c
index 3f7e521..dfca9f8 100644
--- a/buffer.c
+++ b/buffer.c
@@ -2319,4 +2319,5 @@ void buffer_dedent_selection(TextBuffer *buffer) {
u32 l2 = buffer->selection_pos.line;
sort2_u32(&l1, &l2); // ensure l1 <= l2
buffer_dedent_lines(buffer, l1, l2);
-} \ No newline at end of file
+}
+