Use consistent code style
Only files that are currently used in logid are changed.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user