From 12afe719ce268bb10aa93a910079a44eb08999b8 Mon Sep 17 00:00:00 2001 From: MZuenni Date: Wed, 1 Mar 2023 11:36:26 +0100 Subject: removed trailing whitespaces and use more structured bindings --- graph/pushRelabel2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graph/pushRelabel2.cpp') diff --git a/graph/pushRelabel2.cpp b/graph/pushRelabel2.cpp index f4a66e8..b8ec3e9 100644 --- a/graph/pushRelabel2.cpp +++ b/graph/pushRelabel2.cpp @@ -1,7 +1,7 @@ constexpr ll inf = 1ll<<60; struct edge { - int from, to; + int from, to; ll f, c; }; -- cgit v1.2.3