Skip to content

Commit 8cab930

Browse files
saeugetierCopilot
andauthored
Update src/libcameracamera.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ad23d1b commit 8cab930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libcameracamera.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ QImage LibCameraWorker::convertBufferToImage(const std::map<const Stream *, Fram
384384
QImage image;
385385
std::vector<std::pair<void*, size_t>> mappedMemory;
386386

387-
for (const auto& bufferPair : buffers)
387+
for (const auto &bufferPair : buffers)
388388
{
389389
// Use framebuffer which has the image data
390390
FrameBuffer *buffer = bufferPair.second;

0 commit comments

Comments
 (0)