Skip to content

v0.2.50..v0.2.51 changeset OsmChangeWriterFactory.cpp

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmChangeWriterFactory.cpp b/hoot-core/src/main/cpp/hoot/core/io/OsmChangeWriterFactory.cpp
index a654720..aae6f6f 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmChangeWriterFactory.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmChangeWriterFactory.cpp
@@ -51,8 +51,8 @@ OsmChangeWriterFactory& OsmChangeWriterFactory::getInstance()
   return *_theInstance;
 }
 
-std::shared_ptr<OsmChangeWriter> OsmChangeWriterFactory::createWriter(const QString& url,
-                                                                      const QString& elementPayloadFormat)
+std::shared_ptr<OsmChangeWriter> OsmChangeWriterFactory::createWriter(
+  const QString& url, const QString& elementPayloadFormat)
 {
   LOG_VART(url);
   LOG_VART(elementPayloadFormat);
Clone this wiki locally