[build] Upgrade clang-format and clang-tidy (NFC) (#3422)

This commit is contained in:
Tyler Veness
2021-06-10 11:13:09 -07:00
committed by GitHub
parent 099fde97d5
commit a77c6ff3a2
29 changed files with 66 additions and 48 deletions

View File

@@ -14,7 +14,7 @@
/**
* Raw Frame
*/
typedef struct CS_RawFrame {
typedef struct CS_RawFrame { // NOLINT
char* data;
int dataLength;
int pixelFormat;

View File

@@ -9,6 +9,8 @@
#error "Cannot include both cscore_cv.h and cscore_raw_cv.h in the same file"
#endif
#include <opencv2/core/mat.hpp>
#include "cscore_raw.h"
namespace cs {