diff --git a/bson/buffer.c b/bson/buffer.c index 66e632dfe..d96f7218c 100644 --- a/bson/buffer.c +++ b/bson/buffer.c @@ -154,4 +154,5 @@ char* pymongo_buffer_get_buffer(buffer_t buffer) { void pymongo_buffer_update_position(buffer_t buffer, buffer_position new_position) { buffer->position = new_position; -} \ No newline at end of file +} +