Skip to content

Commit 65ef6c5

Browse files
author
zhangjipeng
committed
fix code style
1 parent 5d12e4a commit 65ef6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unit_tests/ps_font_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ TEST_F(FontTest, GetTextExtentUnicode)
613613
ASSERT_TRUE(result);
614614
ASSERT_EQ(STATUS_SUCCEED, ps_last_status());
615615

616-
ASSERT_GE(extent.w, 0.0f);
616+
ASSERT_GE(extent.w, 0.0f);
617617
ASSERT_GE(extent.h, 0.0f);
618618

619619
ps_set_font(ctx, oldFont); // reset font

0 commit comments

Comments
 (0)