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:
Levente Orban
2017-03-21 10:24:54 +01:00
committed by László Langó
parent e66bb5591d
commit 4420401cf5
20 changed files with 90 additions and 90 deletions
+2 -2
View File
@@ -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 */