datapath: Fix OVS build failure on older kernel
[openvswitch] / lib / cfm.c
index bc59b62c1a87aaa9421ec6b3145d4ac73a5ed904..c3d96d8a0b45557049c0c20ce8921bc80894b6e4 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);
 }