mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
Cosmetic
This commit is contained in:
parent
f94cf6b969
commit
6bec81aa3a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ template <typename Type>
|
|||
struct RecordListOf : RecordArrayOf<Type>
|
||||
{
|
||||
inline const Type& operator [] (unsigned int i) const
|
||||
{ return this+RecordArrayOf<Type>::operator[](i).offset; }
|
||||
{ return this+RecordArrayOf<Type>::operator [](i).offset; }
|
||||
|
||||
inline bool sanitize (SANITIZE_ARG_DEF) {
|
||||
TRACE_SANITIZE ();
|
||||
|
|
Loading…
Add table
Reference in a new issue