mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Run wpiformat on merged repo (#1021)
This commit is contained in:
committed by
Peter Johnson
parent
0babbf317c
commit
6729a7d6b1
@@ -28,8 +28,8 @@
|
||||
#include <algorithm>
|
||||
|
||||
#include <wpi/SmallString.h>
|
||||
#include <wpi/raw_ostream.h>
|
||||
#include <wpi/memory.h>
|
||||
#include <wpi/raw_ostream.h>
|
||||
#include <wpi/timestamp.h>
|
||||
|
||||
#include "Handle.h"
|
||||
@@ -389,7 +389,7 @@ void UsbCameraImpl::CameraThreadMain() {
|
||||
DeviceStreamOff();
|
||||
DeviceDisconnect();
|
||||
notified = true; // device wasn't deleted, just error'ed
|
||||
continue; // will reconnect
|
||||
continue; // will reconnect
|
||||
}
|
||||
|
||||
if ((buf.flags & V4L2_BUF_FLAG_ERROR) == 0) {
|
||||
@@ -415,7 +415,7 @@ void UsbCameraImpl::CameraThreadMain() {
|
||||
DeviceStreamOff();
|
||||
DeviceDisconnect();
|
||||
notified = true; // device wasn't deleted, just error'ed
|
||||
continue; // will reconnect
|
||||
continue; // will reconnect
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user