run clang-format on edited files
This commit is contained in:
		
							parent
							
								
									d0c142b9c7
								
							
						
					
					
						commit
						06d13b6954
					
				@ -44,13 +44,13 @@
 | 
			
		||||
#include <chrono>
 | 
			
		||||
#include <fstream>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <memory>
 | 
			
		||||
#include <numeric> //partial_sum
 | 
			
		||||
#include <thread>
 | 
			
		||||
#include <tuple>
 | 
			
		||||
#include <type_traits>
 | 
			
		||||
#include <unordered_map>
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include <memory>
 | 
			
		||||
 | 
			
		||||
namespace osrm
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
@ -21,8 +21,8 @@
 | 
			
		||||
 | 
			
		||||
#include <tbb/parallel_for.h>
 | 
			
		||||
 | 
			
		||||
#include <sstream>
 | 
			
		||||
#include <memory>
 | 
			
		||||
#include <sstream>
 | 
			
		||||
 | 
			
		||||
namespace osrm
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
@ -123,8 +123,7 @@ int main(int argc, char *argv[])
 | 
			
		||||
 | 
			
		||||
    osrm::util::SimpleLogger().Write() << "Starting SCC graph traversal";
 | 
			
		||||
 | 
			
		||||
    auto tarjan =
 | 
			
		||||
        std::make_unique<osrm::extractor::TarjanSCC<osrm::tools::TarjanGraph>>(graph);
 | 
			
		||||
    auto tarjan = std::make_unique<osrm::extractor::TarjanSCC<osrm::tools::TarjanGraph>>(graph);
 | 
			
		||||
    tarjan->Run();
 | 
			
		||||
    osrm::util::SimpleLogger().Write() << "identified: " << tarjan->GetNumberOfComponents()
 | 
			
		||||
                                       << " many components";
 | 
			
		||||
 | 
			
		||||
@ -21,10 +21,10 @@
 | 
			
		||||
#include <chrono>
 | 
			
		||||
#include <future>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include <memory>
 | 
			
		||||
#include <new>
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <thread>
 | 
			
		||||
#include <memory>
 | 
			
		||||
 | 
			
		||||
#ifdef _WIN32
 | 
			
		||||
boost::function0<void> console_ctrl_function;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user