mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
Switched to Google coding style to match cpplint expectations
This commit is contained in:
@@ -8,7 +8,7 @@ class JsonObject;
|
||||
class JsonObjectIterator {
|
||||
friend class JsonObject;
|
||||
|
||||
public:
|
||||
public:
|
||||
explicit JsonObjectIterator(Internals::JsonNode *node)
|
||||
: _objectKeyValue(node) {}
|
||||
|
||||
@@ -29,7 +29,7 @@ public:
|
||||
return _objectKeyValue != other._objectKeyValue;
|
||||
}
|
||||
|
||||
private:
|
||||
private:
|
||||
JsonObjectKeyValue _objectKeyValue;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user