diff options
| author | 2015-12-28 16:59:03 +0100 | |
|---|---|---|
| committer | 2015-12-28 16:59:03 +0100 | |
| commit | 299f262a4fd1c0a508a5b6748761128a2c3efde9 (patch) | |
| tree | 6ec11d59ecdd976ecf6636af22ebb49367da5fcf /src/modules/m_repeat.cpp | |
| parent | m_cap Fix incorrect syntax of empty CAP LIST reply (diff) | |
Fix some whitespace issues
Diffstat (limited to 'src/modules/m_repeat.cpp')
| -rw-r--r-- | src/modules/m_repeat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_repeat.cpp b/src/modules/m_repeat.cpp index 45b06865c..21bca0f3f 100644 --- a/src/modules/m_repeat.cpp +++ b/src/modules/m_repeat.cpp @@ -110,7 +110,7 @@ class RepeatMode : public ParamMode<RepeatMode, SimpleExtItem<ChannelSettings> > { mx[1][0] = i + 1; for (unsigned int j = 0; j < l2; j++) - mx[1][j + 1] = std::min(std::min(mx[1][j] + 1, mx[0][j + 1] + 1), mx[0][j] + ((s1[i] == s2[j]) ? 0 : 1)); + mx[1][j + 1] = std::min(std::min(mx[1][j] + 1, mx[0][j + 1] + 1), mx[0][j] + ((s1[i] == s2[j]) ? 0 : 1)); mx[0].swap(mx[1]); } |
