cosmetic: trx_rate_ctr: Fix whitespace

Change-Id: I4dc8220a6813d6ff30f1b241cc46b801adec4057
This commit is contained in:
Pau Espin 2020-06-29 16:43:25 +02:00
parent 68d8db4d8c
commit 394053e599
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ static void threshold_timer_update_intv() {
llist_for_each_entry(ctr, &threshold_list, list) {
secs = ctr_threshold_2_seconds(ctr);
if( min_secs > secs)
if (min_secs > secs)
min_secs = secs;
}