mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Ran formatter (#99)
This commit is contained in:
committed by
Peter Johnson
parent
ec12b0ffe2
commit
b9c8ebeffa
@@ -402,7 +402,7 @@ void UsbCameraImpl::CameraThreadMain() {
|
||||
m_mode.width, m_mode.height,
|
||||
llvm::StringRef(
|
||||
static_cast<const char*>(m_buffers[buf.index].m_data),
|
||||
static_cast<std::size_t>(buf.bytesused)),
|
||||
static_cast<size_t>(buf.bytesused)),
|
||||
wpi::Now()); // TODO: time
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user