aboutsummaryrefslogtreecommitdiff
path: root/src/std/buffer_view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/std/buffer_view.c')
-rw-r--r--src/std/buffer_view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/std/buffer_view.c b/src/std/buffer_view.c
index 977626c..8ddfab9 100644
--- a/src/std/buffer_view.c
+++ b/src/std/buffer_view.c
@@ -12,4 +12,4 @@ BufferView create_buffer_view(const char *data, usize size) {
buffer_view.data = data;
buffer_view.size = size;
return buffer_view;
-} \ No newline at end of file
+}