Initialize `m_ndimensions' in the member initializer list
authorMaciej W. Rozycki <macro@embecosm.com>
Fri, 17 Dec 2021 15:01:32 +0000 (15:01 +0000)
committerMaciej W. Rozycki <macro@embecosm.com>
Fri, 17 Dec 2021 15:01:32 +0000 (15:01 +0000)
commitc12d6b570d929eabbe56160baaf85348b0fdf521
treee9c2a73f62f1b9078724447c5fba509f1d99c057
parent72994b6028360eccb5d25b39d2e18b386d091426
Initialize `m_ndimensions' in the member initializer list

Following our coding convention initialize the `m_ndimensions' member in
the member initializer list rather than in the body of the constructor
of the `fortran_array_walker' class.  No functional change.
gdb/f-array-walker.h