diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetProvider.h b/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetProvider.h
index 0b0524c..94bf78a 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetProvider.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetProvider.h
@@ -50,7 +50,8 @@ public:
/**
* @brief ~ElementInputStream
*
- * If the stream is open when the destructor is called, closeStream must be called in the destructor
+ * If the stream is open when the destructor is called, closeStream must be called in the
+ * destructor
*/
virtual ~ChangesetProvider() {}