mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refs #800 Removed redundant semi-colons, etc.
This commit is contained in:
committed by
Klaus Basan
parent
429c6946c6
commit
1f54bbc0d5
@@ -239,7 +239,7 @@ namespace BlackMisc
|
||||
I m_begin;
|
||||
I m_end;
|
||||
|
||||
void check(...) {};
|
||||
void check(...) {}
|
||||
template <class I2, class F> void check(Iterators::ConditionalIterator<I2, F> *begin, Iterators::ConditionalIterator<I2, F> *end)
|
||||
{
|
||||
begin->checkEnd(*end);
|
||||
|
||||
Reference in New Issue
Block a user