Run clang-format

This commit is contained in:
Patrick Niklaus
2016-01-08 01:31:57 +01:00
parent 6b18e4f7e9
commit 6991a38703
149 changed files with 457 additions and 498 deletions
-1
View File
@@ -67,7 +67,6 @@ std::ostream &operator<<(std::ostream &out, const FixedPointCoordinate &coordina
}
using util::FixedPointCoordinate;
}
#endif /* COORDINATE_HPP_ */
+3 -2
View File
@@ -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
-1
View File
@@ -45,7 +45,6 @@ struct LibOSRMConfig
int max_locations_map_matching = -1;
bool use_shared_memory = true;
};
}
#endif // SERVER_CONFIG_HPP
+2 -2
View File
@@ -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
-2
View File
@@ -119,11 +119,9 @@ struct RouteParameters
std::vector<bool> is_destination;
std::vector<bool> is_source;
};
}
using engine::RouteParameters;
}
#endif // ROUTE_PARAMETERS_HPP
-1
View File
@@ -68,7 +68,6 @@ namespace osrm
} \
}; \
}
}
#endif // OSRM_STRONG_TYPEDEF_HPP