Imported Upstream version 1.8.1
[platform/upstream/harfbuzz.git] / src / hb-ot-os2-unicode-ranges.hh
index 2cf168f..9b32cfa 100644 (file)
@@ -237,7 +237,7 @@ hb_get_unicode_range_bit (hb_codepoint_t cp)
                                         sizeof (os2UnicodeRangesSorted) / sizeof(Range),
                                         sizeof(Range),
                                         _compare_range, nullptr);
-  if (range != NULL)
+  if (range != nullptr)
     return range->bit;
   return -1;
 }