提交 e9520752 编写于 作者: B Behdad Esfahbod

Minor

上级 35503d7d
...@@ -384,9 +384,9 @@ dump_use_data_SOURCES = dump-use-data.cc hb-ot-shape-complex-use-table.cc ...@@ -384,9 +384,9 @@ dump_use_data_SOURCES = dump-use-data.cc hb-ot-shape-complex-use-table.cc
dump_use_data_CPPFLAGS = $(HBCFLAGS) dump_use_data_CPPFLAGS = $(HBCFLAGS)
dump_use_data_LDADD = libharfbuzz.la $(HBLIBS) dump_use_data_LDADD = libharfbuzz.la $(HBLIBS)
compiled_tests = test-iter test-ot-tag test-unicode-ranges COMPILED_TESTS = test-iter test-ot-tag test-unicode-ranges
check_PROGRAMS += $(compiled_tests) check_PROGRAMS += $(COMPILED_TESTS)
TESTS += $(compiled_tests) TESTS += $(COMPILED_TESTS)
test_iter_SOURCES = test-iter.cc hb-static.cc test_iter_SOURCES = test-iter.cc hb-static.cc
test_iter_CPPFLAGS = $(HBCFLAGS) -DMAIN test_iter_CPPFLAGS = $(HBCFLAGS) -DMAIN
......
...@@ -71,7 +71,6 @@ hb_copy (hb_iter_t<D> id, hb_iter_t<S> is) ...@@ -71,7 +71,6 @@ hb_copy (hb_iter_t<D> id, hb_iter_t<S> is)
{ {
for (; id && is; ++id, ++is) for (; id && is; ++id, ++is)
*id = *is; *id = *is;
return !id; return !id;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册