mate-desktop / mate-system-monitor

Process viewer and system resource monitor for MATE
https://mate-desktop.org
GNU General Public License v2.0
45 stars 27 forks source link

memmaps: fix warning -Wmisleading-indentation #229

Closed rbuj closed 2 years ago

rbuj commented 3 years ago

warning:

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));
      |                 ^~~