From 47a81d94a67f3dd4ac75346c2067bfdbb30a2aa5 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 13 Dec 2017 23:10:09 +0000 Subject: videodevice: Fix minor spacing Provide a space between the return type and the function definition Signed-off-by: Kieran Bingham Signed-off-by: Tomi Valkeinen --- kms++util/src/videodevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kms++util/src/videodevice.cpp') diff --git a/kms++util/src/videodevice.cpp b/kms++util/src/videodevice.cpp index e21916b..efe1678 100644 --- a/kms++util/src/videodevice.cpp +++ b/kms++util/src/videodevice.cpp @@ -436,7 +436,7 @@ void VideoStreamer::queue(DumbFramebuffer* fb) v4l2_queue_dmabuf(m_fd, idx, fb, get_buf_type(m_type)); } -DumbFramebuffer*VideoStreamer::dequeue() +DumbFramebuffer* VideoStreamer::dequeue() { uint32_t idx = v4l2_dequeue(m_fd, get_buf_type(m_type)); -- cgit v1.2.3