Add blank line at the end of files

This commit is contained in:
Andrey Chulkov 2019-12-26 01:02:55 +03:00
parent 9e85b507d0
commit b2c2b75617
2 changed files with 4 additions and 2 deletions

View File

@ -463,4 +463,5 @@ void registerDictionaryPolygon(DictionaryFactory & factory)
factory.registerLayout("polygon", create_layout, true); factory.registerLayout("polygon", create_layout, true);
} }
} }

View File

@ -238,4 +238,5 @@ private:
bool find(const Point & point, size_t & id) const override; bool find(const Point & point, size_t & id) const override;
}; };
} }