]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/blobdiff - kms++util/src/videodevice.cpp
videodevice: Fix minor spacing
[android/external-libkmsxx.git] / kms++util / src / videodevice.cpp
index e21916bcd06b4e43a25165429d0810dd85e1c7da..efe1678d031ec80740f3e9a66d5e7ac10995125a 100644 (file)
@@ -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));