Select route updates for a given peer (not yet tested).
[trust_router.git] / trp / trp_ptable.c
index 0056049..c6c1cb8 100644 (file)
@@ -82,7 +82,6 @@ void trp_peer_set_linkcost(TRP_PEER *peer, unsigned int linkcost)
   peer->linkcost=linkcost;
 }
 
-
 TRP_PTABLE *trp_ptable_new(TALLOC_CTX *memctx)
 {
   TRP_PTABLE *ptbl=talloc(memctx, TRP_PTABLE);