Style fix: return value comments (#1668)
JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
This commit is contained in:
committed by
László Langó
parent
e66bb5591d
commit
4420401cf5
@@ -132,8 +132,8 @@ vm_decode_branch_offset (uint8_t *branch_offset_p, /**< start offset of byte cod
|
||||
/**
|
||||
* Find a finally up to the end position.
|
||||
*
|
||||
* @return true if 'finally' found,
|
||||
* false otherwise
|
||||
* @return true - if 'finally' found,
|
||||
* false - otherwise
|
||||
*/
|
||||
bool
|
||||
vm_stack_find_finally (vm_frame_ctx_t *frame_ctx_p, /**< frame context */
|
||||
|
||||
Reference in New Issue
Block a user