Fixed cpplint warnings

This commit is contained in:
Benoit Blanchon
2014-11-11 16:41:45 +01:00
parent 99e5ff78f3
commit 0911d8d796
2 changed files with 13 additions and 11 deletions

View File

@ -1,7 +1,8 @@
/*
* Arduino JSON library
* Benoit Blanchon 2014 - MIT License
*/
// Copyright Benoit Blanchon 2014
// MIT License
//
// Arduino JSON library
// https://github.com/bblanchon/ArduinoJson
#include "../../include/ArduinoJson/Internals/Prettyfier.hpp"
@ -82,4 +83,4 @@ size_t Prettyfier::unindentIfNeeded() {
_sink.unindent();
return _sink.println();
}
}