Skip to content

v0.2.54..v0.2.55 changeset ElementConverterJs.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/elements/ElementConverterJs.cpp b/hoot-js/src/main/cpp/hoot/js/elements/ElementConverterJs.cpp
index 89cf446..bcd840a 100644
--- a/hoot-js/src/main/cpp/hoot/js/elements/ElementConverterJs.cpp
+++ b/hoot-js/src/main/cpp/hoot/js/elements/ElementConverterJs.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #include "ElementConverterJs.h"
 
@@ -74,7 +74,7 @@ void ElementConverterJs::calculateLength(const FunctionCallbackInfo<Value>& args
 
     args.GetReturnValue().Set(toV8(ElementConverter(m).calculateLength(e)));
   }
-  catch ( const HootException& err )
+  catch (const HootException& err)
   {
     LOG_VAR(err.getWhat());
     args.GetReturnValue().Set(current->ThrowException(HootExceptionJs::create(err)));
Clone this wiki locally