Run clang-format
This commit is contained in:
@@ -67,7 +67,6 @@ std::ostream &operator<<(std::ostream &out, const FixedPointCoordinate &coordina
|
||||
}
|
||||
|
||||
using util::FixedPointCoordinate;
|
||||
|
||||
}
|
||||
|
||||
#endif /* COORDINATE_HPP_ */
|
||||
|
||||
@@ -98,8 +98,9 @@ struct Array
|
||||
} // namespace JSON
|
||||
} // namespace util
|
||||
|
||||
namespace json {
|
||||
using namespace osrm::util::json;
|
||||
namespace json
|
||||
{
|
||||
using namespace osrm::util::json;
|
||||
}
|
||||
|
||||
} // namespace osrm
|
||||
|
||||
@@ -45,7 +45,6 @@ struct LibOSRMConfig
|
||||
int max_locations_map_matching = -1;
|
||||
bool use_shared_memory = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // SERVER_CONFIG_HPP
|
||||
|
||||
@@ -43,7 +43,8 @@ struct Object;
|
||||
}
|
||||
}
|
||||
|
||||
namespace engine {
|
||||
namespace engine
|
||||
{
|
||||
struct RouteParameters;
|
||||
class OSRM
|
||||
{
|
||||
@@ -59,7 +60,6 @@ class OSRM
|
||||
}
|
||||
|
||||
using engine::OSRM;
|
||||
|
||||
}
|
||||
|
||||
#endif // OSRM_HPP
|
||||
|
||||
@@ -119,11 +119,9 @@ struct RouteParameters
|
||||
std::vector<bool> is_destination;
|
||||
std::vector<bool> is_source;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
using engine::RouteParameters;
|
||||
|
||||
}
|
||||
|
||||
#endif // ROUTE_PARAMETERS_HPP
|
||||
|
||||
@@ -68,7 +68,6 @@ namespace osrm
|
||||
} \
|
||||
}; \
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif // OSRM_STRONG_TYPEDEF_HPP
|
||||
|
||||
Reference in New Issue
Block a user