diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index bc7e9a48e..5b7ff337e 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -952,8 +952,8 @@ struct ArrayOf }; /* Array of Offset's */ -template -struct OffsetArrayOf : ArrayOf > {}; +template +struct OffsetArrayOf : ArrayOf > {}; /* Array of offsets relative to the beginning of the array itself. */ template