From f360cc664c85080912996d70a1feb75158ab2262 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 6 Nov 2014 09:28:28 +0100 Subject: [PATCH] Added empty line at end of file --- include/ArduinoJson/Internals/PlacementNew.hpp | 2 +- src/Internals/List.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;