freebsd-nq/sys/arm/allwinner/clkng
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
..
aw_ccung.c
aw_ccung.h
aw_clk_frac.c
aw_clk_frac.h
aw_clk_m.c
aw_clk_m.h
aw_clk_mipi.c
aw_clk_mipi.h
aw_clk_nkmp.c
aw_clk_nkmp.h
aw_clk_nm.c
aw_clk_nm.h
aw_clk_nmm.c
aw_clk_nmm.h
aw_clk_np.c
aw_clk_np.h
aw_clk_prediv_mux.c
aw_clk_prediv_mux.h
aw_clk.h
ccu_a10.c
ccu_a13.c
ccu_a31.c
ccu_a64.c
ccu_a83t.c
ccu_de2.c
ccu_h3.c
ccu_h6_r.c
ccu_h6.c
ccu_sun8i_r.c