Spacing fix

pull/5/head
Jacob Potter 2014-01-27 10:59:17 -08:00
parent 979cb4ca76
commit d2e5485973
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static const Json json_null;
Json::Type Json::type() const { return m_ptr->type(); }
double Json::number_value() const { return m_ptr->number_value(); }
int Json::int_value() const { return m_ptr->int_value(); }
int Json::int_value() const { return m_ptr->int_value(); }
bool Json::bool_value() const { return m_ptr->bool_value(); }
const string & Json::string_value() const { return m_ptr->string_value(); }
const vector<Json> & Json::array_items() const { return m_ptr->array_items(); }