summaryrefslogtreecommitdiff
path: root/graph/pushRelabel3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graph/pushRelabel3.cpp')
-rw-r--r--graph/pushRelabel3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph/pushRelabel3.cpp b/graph/pushRelabel3.cpp
index bdbe0a5..1a0af81 100644
--- a/graph/pushRelabel3.cpp
+++ b/graph/pushRelabel3.cpp
@@ -1,5 +1,5 @@
struct edge {
- int from, to;
+ int from, to;
ll f, c;
};