[coretext/uniscribe/directwrite] Remove extra semicolons
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 18 Jun 2019 22:15:06 +0000 (15:15 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 18 Jun 2019 22:15:06 +0000 (15:15 -0700)
Fixes https://github.com/harfbuzz/harfbuzz/pull/1783

src/hb-coretext.cc
src/hb-directwrite.cc
src/hb-uniscribe.cc

index 20cfe4a..4a299a6 100644 (file)
@@ -652,7 +652,7 @@ _hb_coretext_shape (hb_shape_plan_t    *shape_plan,
     DEBUG_MSG (CORETEXT, nullptr, __VA_ARGS__); \
     ret = false; \
     goto fail; \
-  } HB_STMT_END;
+  } HB_STMT_END
 
   bool ret = true;
   CFStringRef string_ref = nullptr;
index 85ba8b6..9b85114 100644 (file)
@@ -176,7 +176,7 @@ _hb_directwrite_shaper_face_data_create (hb_face_t *face)
   HB_STMT_START { \
     DEBUG_MSG (DIRECTWRITE, nullptr, __VA_ARGS__); \
     return nullptr; \
-  } HB_STMT_END;
+  } HB_STMT_END
 
   if (FAILED (hr))
     FAIL ("Failed to load font file from data!");
index fceda52..88f4294 100644 (file)
@@ -724,7 +724,7 @@ _hb_uniscribe_shape (hb_shape_plan_t    *shape_plan,
   HB_STMT_START { \
     DEBUG_MSG (UNISCRIBE, nullptr, __VA_ARGS__); \
     return false; \
-  } HB_STMT_END;
+  } HB_STMT_END
 
   HRESULT hr;