cfm: Delete spurious blank line.
authorBen Pfaff <blp@nicira.com>
Thu, 15 Sep 2011 22:40:39 +0000 (15:40 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 15 Sep 2011 22:45:28 +0000 (15:45 -0700)
lib/cfm.c

index bc59b62..c3d96d8 100644 (file)
--- a/lib/cfm.c
+++ b/lib/cfm.c
@@ -357,7 +357,6 @@ cfm_compose_ccm(struct cfm *cfm, struct ofpbuf *packet,
 void
 cfm_wait(struct cfm *cfm)
 {
-
     timer_wait(&cfm->tx_timer);
     timer_wait(&cfm->fault_timer);
 }