mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 03:52:16 +02:00
Switched to Google coding style to match cpplint expectations
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
using namespace ArduinoJson;
|
||||
|
||||
class JsonArray_PrintTo_Tests : public testing::Test {
|
||||
protected:
|
||||
protected:
|
||||
JsonArray array;
|
||||
StaticJsonBuffer<3> json;
|
||||
|
||||
@ -23,7 +23,7 @@ protected:
|
||||
EXPECT_EQ(strlen(expected), n);
|
||||
}
|
||||
|
||||
private:
|
||||
private:
|
||||
char buffer[256];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user