summaryrefslogtreecommitdiff
path: root/bgpd/bgp_fsm.c
diff options
context:
space:
mode:
authorPaul Jakma <paul@quagga.net>2009-07-28 18:10:55 +0100
committerPaul Jakma <paul@quagga.net>2009-07-28 18:10:55 +0100
commit2158ad2359a370dd349f4543a2d5d535bb5a8770 (patch)
treeafaf6922eecc2f155016e229d516b4e2487c7dbe /bgpd/bgp_fsm.c
parentfc4dc59d08589a887ac33a70d946eb7905541f5f (diff)
bgpd/trivial: Fix indentation in previous
Diffstat (limited to 'bgpd/bgp_fsm.c')
-rw-r--r--bgpd/bgp_fsm.c8
1 files changed, 4 insertions, 4 deletions
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)