Use consistent code style

Only files that are currently used in logid are changed.
This commit is contained in:
pixl
2020-06-23 22:35:37 -04:00
parent bd080e7ef6
commit dd75df8c18
34 changed files with 560 additions and 537 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ namespace hidpp20 {
UnknownDevice = 10
};
Error(uint8_t code);
explicit Error(uint8_t code);
virtual const char* what() const noexcept;
const char* what() const noexcept override;
uint8_t code() const noexcept;
private: