Set up clang format & tidy and format all the files
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
#include "PrinterTypes.hpp"
|
||||
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
|
||||
#include "Bitmap.hpp"
|
||||
#include "PrinterTypes.hpp"
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#include "UsbTypes.hpp"
|
||||
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include "UsbTypes.hpp"
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace ptprnt::driver {
|
||||
|
@@ -1,8 +1,7 @@
|
||||
#include "IDriver.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
#include "IDriver.hpp"
|
||||
#include "Usb.hpp"
|
||||
|
||||
#pragma once
|
||||
@@ -11,8 +10,7 @@ namespace ptprnt::driver {
|
||||
|
||||
class P700Driver : public IDriver {
|
||||
public:
|
||||
P700Driver(std::shared_ptr<Usb> usbDriver, uint16_t usbDevVendor = 0x04f9,
|
||||
uint16_t usbDevId = 0x2061);
|
||||
P700Driver(std::shared_ptr<Usb> usbDriver, uint16_t usbDevVendor = 0x04f9, uint16_t usbDevId = 0x2061);
|
||||
~P700Driver() override;
|
||||
|
||||
driver::info getInfo() override;
|
||||
|
@@ -1,7 +1,6 @@
|
||||
#include "IPrinter.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "IPrinter.hpp"
|
||||
#include "P700Driver.hpp"
|
||||
|
||||
#pragma once
|
||||
|
Reference in New Issue
Block a user