mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 12:18:13 +02:00
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:
parent
d03322b2a5
commit
88da21caa1
1 changed files with 2 additions and 1 deletions
|
|
@ -5735,9 +5735,10 @@ after_read:
|
|||
i++;
|
||||
|
||||
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.timeout_abs_ns = data->timeout_abs_ns;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue