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