Commit 742029eb authored by Ondrej Zajicek's avatar Ondrej Zajicek
Browse files

Whitespace cleanup in OSPF.

parent a7a7372a
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -1307,4 +1307,3 @@ ospf_iface_info(struct ospf_iface *ifa)
    cli_msg(-1015, "\tBackup designed router (IP): %I", ifa->bdrip);
  }
}
+5 −6
Original line number Diff line number Diff line
@@ -631,4 +631,3 @@ ospf_receive_lsupd(struct ospf_packet *pkt, struct ospf_iface *ifa,
  if ((n->state == NEIGHBOR_LOADING) && n->want_lsreq && !skip_lsreq)
    ospf_send_lsreq(p, n);
}
+21 −22
Original line number Diff line number Diff line
@@ -1456,4 +1456,3 @@ struct protocol proto_ospf = {
  .get_attr =		ospf_get_attr,
  .get_route_info =	ospf_get_route_info
};
+6 −6

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+30 −30

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+15 −15

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading