remove unneeded white spaces
This commit is contained in:
		
							parent
							
								
									66d58bf047
								
							
						
					
					
						commit
						1bd24f7042
					
				| @ -69,7 +69,7 @@ QueryObjectsStorage::QueryObjectsStorage( | ||||
| 	    SimpleLogger().Write() << "Loading Timestamp"; | ||||
| 	    std::ifstream timestampInStream(timestamp_path.c_str()); | ||||
| 	    if(!timestampInStream) { | ||||
| 	    	SimpleLogger().Write(logWARNING) <<  timestamp_path <<  " not found"; | ||||
| 	    	SimpleLogger().Write(logWARNING) << timestamp_path <<  " not found"; | ||||
| 	    } | ||||
| 
 | ||||
| 	    getline(timestampInStream, timestamp); | ||||
|  | ||||
| @ -36,7 +36,6 @@ or see http://www.gnu.org/licenses/agpl.txt. | ||||
| #include <vector> | ||||
| #include <string> | ||||
| 
 | ||||
| 
 | ||||
| struct QueryObjectsStorage { | ||||
|     typedef StaticGraph<QueryEdge::EdgeData>    QueryGraph; | ||||
|     typedef QueryGraph::InputEdge               InputEdge; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user