Fix: misleading indentation

This commit is contained in:
Rin Cat 2020-08-02 06:40:54 -04:00
parent 04166686d7
commit 49765c010d
No known key found for this signature in database
GPG Key ID: 7E93675C2BDBB222

View File

@ -1673,7 +1673,7 @@ void phydm_dfs_histogram_radar_distinguish(
dfs->pri_cond3 = 1; dfs->pri_cond3 = 1;
/*@Cancel the condition that the abs between pri and pw*/ /*@Cancel the condition that the abs between pri and pw*/
dfs->pri_cond4 = 1; dfs->pri_cond4 = 1;
if (dfs->pri_hold_sum[5] <= dfs->pri_sum_g5_th) if (dfs->pri_hold_sum[5] <= dfs->pri_sum_g5_th)
dfs->pri_cond5 = 1; dfs->pri_cond5 = 1;