From 71f6ee3234b8b412a0b2df9a8442c70570e4e194 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 19 Nov 2015 16:31:00 +0100 Subject: Remove trailing whitespaces --- src/diff.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diff.hh') 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 Snake find_end_snake_of_further_reaching_dpath(Iterator a, int N, Iterator b, int M, -- cgit v1.2.3