Commit cfb640c5 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Whitespace tweak.

parent b92a5225
...@@ -616,7 +616,7 @@ main(int argc, char **argv) ...@@ -616,7 +616,7 @@ main(int argc, char **argv)
changed = 0; changed = 0;
} }
if (kernel_link_changed || kernel_addr_changed) { if(kernel_link_changed || kernel_addr_changed) {
check_networks(); check_networks();
kernel_link_changed = 0; kernel_link_changed = 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment