Whitespace
This commit is contained in:
parent
ef33b5d1f6
commit
bb22462f29
|
@ -500,8 +500,7 @@ struct hb_sanitize_context_t :
|
||||||
struct hb_sanitize_with_object_t
|
struct hb_sanitize_with_object_t
|
||||||
{
|
{
|
||||||
template <typename T>
|
template <typename T>
|
||||||
hb_sanitize_with_object_t (hb_sanitize_context_t *c,
|
hb_sanitize_with_object_t (hb_sanitize_context_t *c, const T& obj) : c (c)
|
||||||
const T& obj) : c (c)
|
|
||||||
{ c->set_object (obj); }
|
{ c->set_object (obj); }
|
||||||
~hb_sanitize_with_object_t ()
|
~hb_sanitize_with_object_t ()
|
||||||
{ c->reset_object (); }
|
{ c->reset_object (); }
|
||||||
|
|
Loading…
Reference in New Issue