From 2158ad2359a370dd349f4543a2d5d535bb5a8770 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 28 Jul 2009 18:10:55 +0100 Subject: bgpd/trivial: Fix indentation in previous --- bgpd/bgp_fsm.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bgpd/bgp_fsm.c') diff --git a/bgpd/bgp_fsm.c b/bgpd/bgp_fsm.c index 45695895..6121e74a 100644 --- a/bgpd/bgp_fsm.c +++ b/bgpd/bgp_fsm.c @@ -447,10 +447,10 @@ bgp_stop (struct peer *peer) /* Can't do this in Clearing; events are used for state transitions */ if (peer->status != Clearing) - { - /* Delete all existing events of the peer */ - BGP_EVENT_FLUSH (peer); - } + { + /* Delete all existing events of the peer */ + BGP_EVENT_FLUSH (peer); + } /* Increment Dropped count. */ if (peer->status == Established) -- cgit v1.2.1