mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 10:47:05 +00:00
chore: Apply clang-format width 100 (#6387)
This commit is contained in:
@@ -17,7 +17,8 @@ ValueIteratorBase::ValueIteratorBase() : current_(), isNull_(true)
|
||||
{
|
||||
}
|
||||
|
||||
ValueIteratorBase::ValueIteratorBase(Value::ObjectValues::iterator const& current) : current_(current), isNull_(false)
|
||||
ValueIteratorBase::ValueIteratorBase(Value::ObjectValues::iterator const& current)
|
||||
: current_(current), isNull_(false)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -125,7 +126,8 @@ ValueIteratorBase::memberName() const
|
||||
// //////////////////////////////////////////////////////////////////
|
||||
// //////////////////////////////////////////////////////////////////
|
||||
|
||||
ValueConstIterator::ValueConstIterator(Value::ObjectValues::iterator const& current) : ValueIteratorBase(current)
|
||||
ValueConstIterator::ValueConstIterator(Value::ObjectValues::iterator const& current)
|
||||
: ValueIteratorBase(current)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -144,7 +146,8 @@ ValueConstIterator::operator=(ValueIteratorBase const& other)
|
||||
// //////////////////////////////////////////////////////////////////
|
||||
// //////////////////////////////////////////////////////////////////
|
||||
|
||||
ValueIterator::ValueIterator(Value::ObjectValues::iterator const& current) : ValueIteratorBase(current)
|
||||
ValueIterator::ValueIterator(Value::ObjectValues::iterator const& current)
|
||||
: ValueIteratorBase(current)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user