Skip to content

Commit 932cc9d

Browse files
committed
don't exceed 120 chars per line
1 parent 82a5dc4 commit 932cc9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jerry-core/debugger/debugger.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,12 @@ jerry_debugger_get_variable_type (ecma_value_t value) /**< input ecma value */
322322
*
323323
* It will copies the given scope values type, length and value into the outgoing message string.
324324
*
325+
* @param variable_type type (jerry_debugger_scope_variable_type_t)
325326
* @return true - if the copy was successfully
326327
* false - otherwise
327328
*/
328329
static bool
329-
jerry_debugger_copy_variables_to_string_message (uint8_t variable_type, /**< type (jerry_debugger_scope_variable_type_t) */
330+
jerry_debugger_copy_variables_to_string_message (uint8_t variable_type, /**< type */
330331
ecma_string_t *value_str, /**< property name or value string */
331332
jerry_debugger_send_string_t *message_string_p, /**< msg pointer */
332333
size_t *buffer_pos) /**< string data position of the message */

0 commit comments

Comments
 (0)