ripd: Fix GCC6 warning on misleading indentation
diff --git a/ripd/ripd.c b/ripd/ripd.c
index 848d801..4ce5cc3 100644
--- a/ripd/ripd.c
+++ b/ripd/ripd.c
@@ -2300,7 +2300,7 @@
 	        if (IS_RIP_DEBUG_PACKET)
 	          zlog_debug ("RIP %s/%d is filtered by route-map out",
 			     inet_ntoa (p->prefix), p->prefixlen);
-		  continue;
+                continue;
 	      }
 	  }