From fd1f2b36e95c03625297b7b8cba3b1a04a0cc0ed Mon Sep 17 00:00:00 2001 From: mzuenni Date: Tue, 10 Jan 2023 11:40:09 +0100 Subject: change whitespaces --- graph/connect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graph/connect.cpp') diff --git a/graph/connect.cpp b/graph/connect.cpp index 28a6f6c..b29e0e1 100644 --- a/graph/connect.cpp +++ b/graph/connect.cpp @@ -24,7 +24,7 @@ struct connect { void eraseEdge(ll id) { if (connected(edges[id].first, edges[id].second) && lct.query(&lct.nodes[edges[id].first], - &lct.nodes[edges[id].second]) == id) { + &lct.nodes[edges[id].second]) == id) { lct.cut(&lct.nodes[edges[id].first], &lct.nodes[id + n]); lct.cut(&lct.nodes[edges[id].second], &lct.nodes[id + n]); }} -- cgit v1.2.3