mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-15 15:16:51 +02:00
Fixed indent style.
This commit is contained in:
@@ -512,7 +512,8 @@ inline T* object::convert(T* v) const
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
inline bool object::convert_if_not_nil(T& v) const {
|
||||
inline bool object::convert_if_not_nil(T& v) const
|
||||
{
|
||||
if (is_nil()) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user