linux-platform: fix accidental Python
Coverity: CID 59378 (#1 of 1): Nesting level does not match indentation (NESTING_INDENT_MISMATCH) This statement is indented to column 41, as if it were nested within the preceding parent statement, but it is not.
This commit is contained in:
@@ -5735,9 +5735,10 @@ after_read:
|
|||||||
i++;
|
i++;
|
||||||
|
|
||||||
if ( data_next.seq_number == 0
|
if ( data_next.seq_number == 0
|
||||||
|| data_next.timeout_abs_ns > data->timeout_abs_ns)
|
|| data_next.timeout_abs_ns > data->timeout_abs_ns) {
|
||||||
data_next.seq_number = data->seq_number;
|
data_next.seq_number = data->seq_number;
|
||||||
data_next.timeout_abs_ns = data->timeout_abs_ns;
|
data_next.timeout_abs_ns = data->timeout_abs_ns;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user