Dimitry Andric 2d8a0c01e5 Fix the following -Werror warning from clang 10.0.0:
sys/arm/allwinner/clkng/aw_clk_mipi.c:144:6: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                                        m++;
                                        ^
sys/arm/allwinner/clkng/aw_clk_mipi.c:142:5: note: previous statement is here
                                if (best == *fout)
                                ^

Move the increment operations into the for loop headers instead.

Discussed with:	manu
MFC after:	3 days
2020-02-18 17:55:24 +00:00
..
2020-02-02 08:27:14 +00:00
2020-02-02 08:27:08 +00:00
2019-12-20 16:22:14 +00:00
2020-02-02 06:52:04 +00:00
2019-12-20 16:22:14 +00:00