Skip to content

Commit da3df3d

Browse files
committed
Fixed clang formating issue.
1 parent d612511 commit da3df3d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/shared/platform/zephyr/zephyr_file.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,6 @@ os_compare_file_handle(os_file_handle handle1, os_file_handle handle2)
989989
return handle1->fd == handle2->fd && handle1->is_sock == handle2->is_sock;
990990
}
991991

992-
993992
bool
994993
os_is_stdin_handle(os_file_handle fd)
995994
{

0 commit comments

Comments
 (0)