memmaps.cpp:95:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
95 | if (dev != dev64)
| ^~
memmaps.cpp:98:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
98 | Map::iterator it(this->devices.find(dev));
| ^~~
warning: