Fix formating

This commit is contained in:
Patrick Niklaus
2018-02-05 11:40:18 +00:00
committed by Patrick Niklaus
parent 71cfb03738
commit b4cfc8d6e0
22 changed files with 47 additions and 54 deletions
+1 -1
View File
@@ -13,8 +13,8 @@ using extractor::intersection::STRAIGHT_ANGLE;
// if a turn deviates this much from going straight, it will be kept straight
using extractor::intersection::MAXIMAL_ALLOWED_NO_TURN_DEVIATION;
// angle that lies between two nearly indistinguishable roads
using extractor::intersection::NARROW_TURN_ANGLE;
using extractor::intersection::GROUP_ANGLE;
using extractor::intersection::NARROW_TURN_ANGLE;
// angle difference that can be classified as straight, if its the only narrow turn
using extractor::intersection::FUZZY_ANGLE_DIFFERENCE;