Fix indentation back to 4
This commit is contained in:
12
src/main.cpp
12
src/main.cpp
@@ -9,11 +9,11 @@ using namespace ptprnt;
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
std::cout << "Hello ptprnt!" << std::endl;
|
||||
libusb_init(NULL);
|
||||
auto driver = std::make_unique<driver::P700Driver>();
|
||||
auto printer = std::make_unique<printer::P700Printer>(std::move(driver));
|
||||
printer::info info = printer->getInfo();
|
||||
std::cout << "Hello ptprnt!" << std::endl;
|
||||
|
||||
return 0;
|
||||
auto driver = std::make_unique<driver::P700Driver>();
|
||||
auto printer = std::make_unique<printer::P700Printer>(std::move(driver));
|
||||
printer::info info = printer->getInfo();
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user