summaryrefslogtreecommitdiff
path: root/src/diff.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-11-19 21:56:45 +0000
committerMaxime Coste <frrrwww@gmail.com>2015-11-19 21:56:45 +0000
commit2977cc97b3cd1d03f5e6ee976432c5140faed7de (patch)
tree74f6b55560506b73ab2c0478eab8217dcfe9ee21 /src/diff.hh
parentbf213b01dda1425d1d7e20179dea155b52dbcf5e (diff)
parent71f6ee3234b8b412a0b2df9a8442c70570e4e194 (diff)
Merge branch 'ws' of git://github.com/jubalh/kakoune
Diffstat (limited to 'src/diff.hh')
-rw-r--r--src/diff.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.hh b/src/diff.hh
index aa7ecd87..6f462406 100644
--- a/src/diff.hh
+++ b/src/diff.hh
@@ -32,7 +32,7 @@ private:
int size;
};
-struct Snake{ int x, y, u, v; bool add; };
+struct Snake{ int x, y, u, v; bool add; };
template<typename Iterator, typename Equal>
Snake find_end_snake_of_further_reaching_dpath(Iterator a, int N, Iterator b, int M,