From 6bec81aa3a58b8be255568b2ea63b7854e1b0ea7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 2 Nov 2009 19:17:36 -0500 Subject: [PATCH] Cosmetic --- src/hb-ot-layout-common-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index 570f40fa..0df4a5eb 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -101,7 +101,7 @@ template struct RecordListOf : RecordArrayOf { inline const Type& operator [] (unsigned int i) const - { return this+RecordArrayOf::operator[](i).offset; } + { return this+RecordArrayOf::operator [](i).offset; } inline bool sanitize (SANITIZE_ARG_DEF) { TRACE_SANITIZE (); -- GitLab