summaryrefslogtreecommitdiffhomepage
path: root/examples/new_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/new_queue.c')
-rw-r--r--examples/new_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/new_queue.c b/examples/new_queue.c
index 9219a1b4..718c025f 100644
--- a/examples/new_queue.c
+++ b/examples/new_queue.c
@@ -41,4 +41,4 @@ int main() {
}
printf("after: size %zu, capacity %zu\n", cqueue_int_size(Q), cqueue_int_capacity(Q));
}
-} \ No newline at end of file
+}