Fix indentation back to 4

This commit is contained in:
2022-11-08 19:18:18 +01:00
parent 37b6553e48
commit 67c4e18f03
11 changed files with 68 additions and 66 deletions

View File

@@ -5,8 +5,8 @@
namespace ptprnt::driver {
struct info {
std::string name{""};
std::string version{""};
std::string name{""};
std::string version{""};
};
} // namespace ptprnt::driver