Skip to content

v0.2.54..v0.2.55 changeset Node.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/elements/Node.h b/hoot-core/src/main/cpp/hoot/core/elements/Node.h
index 9ad6eca..700cef3 100644
--- a/hoot-core/src/main/cpp/hoot/core/elements/Node.h
+++ b/hoot-core/src/main/cpp/hoot/core/elements/Node.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef _ELEMENTS_NODE_H_
 #define _ELEMENTS_NODE_H_
@@ -104,7 +104,7 @@ public:
   std::shared_ptr<Node> cloneSp() const;
 
   virtual geos::geom::Envelope* getEnvelope(
-      const std::shared_ptr<const ElementProvider>& ep) const override;
+    const std::shared_ptr<const ElementProvider>& ep) const override;
 
   virtual const geos::geom::Envelope& getEnvelopeInternal(
     const std::shared_ptr<const ElementProvider>& ep) const override;
@@ -139,6 +139,7 @@ public:
 protected:
 
   friend class SharedPtrPool<Node>;
+
   /**
    * The default constructor shouldn't really be used in typical code. We really _need_ the
    * parameters passed into the other constructors. However, the pool method requires a default
Clone this wiki locally