diff options
| author | Michael Vetter <jubalh@openmailbox.org> | 2015-11-19 16:31:00 +0100 |
|---|---|---|
| committer | Michael Vetter <jubalh@openmailbox.org> | 2015-11-19 16:31:00 +0100 |
| commit | 71f6ee3234b8b412a0b2df9a8442c70570e4e194 (patch) | |
| tree | e307585de6f9a97bd7ba293e60245ac800b18ba7 /src | |
| parent | 5c37f0dd5ee08c1975aedf46c9f0827108589da1 (diff) | |
Remove trailing whitespaces
Diffstat (limited to 'src')
| -rw-r--r-- | src/completion.cc | 2 | ||||
| -rw-r--r-- | src/diff.hh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/completion.cc b/src/completion.cc index 70a6f1c2..77b5d6b8 100644 --- a/src/completion.cc +++ b/src/completion.cc @@ -30,7 +30,7 @@ Completions shell_complete(const Context& context, CompletionFlags flags, cursor_pos - word_start); else completions.candidates = complete_filename(prefix.substr(word_start, word_end), - context.options()["ignored_files"].get<Regex>(), + context.options()["ignored_files"].get<Regex>(), cursor_pos - word_start); return completions; } 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, |
