mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Problem: parameter naming style inconsistent
Solution: define and apply parameter naming style: lower_case_
This commit is contained in:
@@ -149,9 +149,9 @@ class decoder_base_t : public i_decoder
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual void resize_buffer (std::size_t new_size)
|
||||
virtual void resize_buffer (std::size_t new_size_)
|
||||
{
|
||||
allocator.resize (new_size);
|
||||
allocator.resize (new_size_);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user