Style fix: fix comments at the end of function definitions.
JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
@@ -125,7 +125,7 @@ lit_snapshot_dump (lit_literal_t lit, /**< literal to dump */
|
||||
|
||||
JERRY_UNREACHABLE ();
|
||||
return 0;
|
||||
} /* rcs_snapshot_dump */
|
||||
} /* lit_snapshot_dump */
|
||||
|
||||
/**
|
||||
* Dump literals to specified snapshot buffer.
|
||||
@@ -410,6 +410,6 @@ lit_load_literals_from_snapshot (const uint8_t *lit_table_p, /**< buffer with li
|
||||
|
||||
mem_heap_free_block (id_map_p);
|
||||
return false;
|
||||
} /* rcs_load_literals_from_snapshot */
|
||||
} /* lit_load_literals_from_snapshot */
|
||||
|
||||
#endif /* JERRY_ENABLE_SNAPSHOT_EXEC */
|
||||
|
||||
@@ -847,7 +847,7 @@ lit_code_point_to_cesu8 (lit_code_point_t code_point, /**< code point */
|
||||
offset += lit_code_unit_to_utf8 (convert_code_point_to_low_surrogate (code_point), buf + offset);
|
||||
return offset;
|
||||
}
|
||||
} /* lit_code_point_to_utf8 */
|
||||
} /* lit_code_point_to_cesu8 */
|
||||
|
||||
/**
|
||||
* Convert code point to utf-8 representation
|
||||
|
||||
Reference in New Issue
Block a user