Code style fixes

This commit is contained in:
Olga Khlopkova 2019-09-18 17:36:25 +03:00 committed by Vladimir Byko-Ianko
parent e7b1e18286
commit dc0c1a84a7

View file

@ -80,7 +80,7 @@ public:
struct UpdatedProjectionInfo
{
bool updatedProjection;
bool closerToFake;
bool closerToUnmatched;
};
const Iter GetCurrentIter() const { return m_current; }