diff --git a/include/ArduinoJson/Internals/PlacementNew.hpp b/include/ArduinoJson/Internals/PlacementNew.hpp index 5039c708..9c57e476 100644 --- a/include/ArduinoJson/Internals/PlacementNew.hpp +++ b/include/ArduinoJson/Internals/PlacementNew.hpp @@ -12,4 +12,4 @@ inline void *operator new(size_t, void *p) throw() { return p; } #include -#endif \ No newline at end of file +#endif diff --git a/src/Internals/List.cpp b/src/Internals/List.cpp index 8c46b69d..8265b0ee 100644 --- a/src/Internals/List.cpp +++ b/src/Internals/List.cpp @@ -50,4 +50,4 @@ void List::removeNode(node_type *nodeToRemove) { } template class List; -template class List; \ No newline at end of file +template class List;