diff --git a/src/topo_ieee1905.c b/src/topo_ieee1905.c
index 76b0622891ed1e48d01a0e1777f8665e38b60af6..00c827a24106ac5af06d1338a5a71fa3fa7c37f9 100644
--- a/src/topo_ieee1905.c
+++ b/src/topo_ieee1905.c
@@ -210,8 +210,8 @@ void topologyd_algo_run(struct topologyd_private *priv)
 			dbg("Processing " MACFMT " AL\n", MAC2STR(p->nbr_list[j].nbr_macid));
 		}
 	}
-	/*here we send the topology query to selfnode each
-	 *time the algo runs to keep self node updated */
+	/*here we send the topology query to selfnode each*/
+	/*time the algo runs to keep self node updated */
 	topologyd_send_ieee1905_topology_query(priv, NULL);
 
 	for (i = 0; i < NODE_HTABLE_SIZE; i++) {