uncrustify (#124)
This commit is contained in:
parent
3ea93f27aa
commit
b04ec25b38
1 changed files with 2 additions and 1 deletions
|
@ -245,8 +245,9 @@ public:
|
|||
}
|
||||
const void * sequence_contents(const void * ptr_to_sequence) const override
|
||||
{
|
||||
if(sequence_size(ptr_to_sequence) == 0)
|
||||
if (sequence_size(ptr_to_sequence) == 0) {
|
||||
return nullptr;
|
||||
}
|
||||
return m_get_const_function(ptr_to_sequence, 0);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue