Commit 33318259 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Whitespace fix.

parent 0858666b
......@@ -72,7 +72,6 @@ add_xroute(int kind, unsigned char prefix[16], unsigned char plen,
{
struct xroute *xroute = find_xroute(prefix, plen);
if(xroute) {
if(xroute->kind < kind)
return 0;
else if(xroute->kind > kind) {
......
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