refactored namespaces

This commit is contained in:
Jonas Zeunert
2018-09-14 00:33:13 +02:00
parent 05f4242d6d
commit 530893c404
23 changed files with 69 additions and 23 deletions

View File

@@ -18,7 +18,9 @@
using namespace nlohmann;
namespace FlippR_Driver::Input {
namespace FlippR_Driver
{
namespace Input {
std::shared_ptr<IInputDriver>
InputDriverFactory::get_InputDriver(std::istream &input_config_stream, std::istream &matrix_config_stream) {