kraken: Address comments from review

start lion review
This commit is contained in:
german77 2021-10-30 22:23:10 -05:00 committed by Narr the Reg
parent 61d9eb9f69
commit 2b1b0c2a30
31 changed files with 534 additions and 466 deletions

View file

@ -12,7 +12,7 @@
#include "common/logging/log.h"
#include "common/param_package.h"
namespace Input {
namespace Common::Input {
enum class InputType {
None,
@ -296,4 +296,4 @@ std::unique_ptr<InputDeviceType> CreateDevice(const Common::ParamPackage package
return pair->second->Create(package);
}
} // namespace Input
} // namespace Common::Input