diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-07-13 13:57:43 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-07-13 13:57:43 +0100 |
| commit | c1b9ea4d1e53ba085f3125dc87c2b7a7f0c84e51 (patch) | |
| tree | 0340d85e8f4dc28e0fd8931c28d4a6a0d411f338 /src | |
| parent | c44c8c3d1f8e6109f50aca7dffddf1d7ad10900b (diff) | |
Formatting tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/diff.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/diff.hh b/src/diff.hh index c339f435..aa7ecd87 100644 --- a/src/diff.hh +++ b/src/diff.hh @@ -177,8 +177,7 @@ void find_diff_rec(Iterator a, int offA, int lenA, } template<typename Iterator, typename Equal = std::equal_to<typename std::iterator_traits<Iterator>::value_type>> -Vector<Diff> find_diff(Iterator a, int N, Iterator b, int M, - Equal eq = Equal{}) +Vector<Diff> find_diff(Iterator a, int N, Iterator b, int M, Equal eq = Equal{}) { const int max = 2 * (N + M) + 1; Vector<int> data(2*max); |
