forked from bblanchon/ArduinoJson
Formated code with clang-format
This commit is contained in:
@ -7,16 +7,13 @@
|
||||
|
||||
#include "../Arduino/Print.hpp"
|
||||
|
||||
namespace ArduinoJson
|
||||
{
|
||||
namespace Internals
|
||||
{
|
||||
class QuotedString
|
||||
{
|
||||
public:
|
||||
static size_t printTo(const char*, Print*);
|
||||
namespace ArduinoJson {
|
||||
namespace Internals {
|
||||
class QuotedString {
|
||||
public:
|
||||
static size_t printTo(const char *, Print *);
|
||||
|
||||
static char* extractFrom(char* input, char** end);
|
||||
};
|
||||
}
|
||||
static char *extractFrom(char *input, char **end);
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user