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:
László Langó
2016-01-29 13:57:23 +01:00
parent 41f6cbb3ac
commit d038284bff
23 changed files with 107 additions and 53 deletions
+3 -3
View File
@@ -71,7 +71,7 @@ generate_cesu8_char (utf8_char_size char_size,
}
return lit_code_unit_to_utf8 ((ecma_char_t) code_point, buf);
}
} /* generate_cesu8_char */
static ecma_length_t
generate_cesu8_string (lit_utf8_byte_t *buf_p,
@@ -98,7 +98,7 @@ generate_cesu8_string (lit_utf8_byte_t *buf_p,
JERRY_ASSERT (size == buf_size);
return length;
}
} /* generate_cesu8_string */
int
main (int __attr_unused___ argc,
@@ -232,4 +232,4 @@ main (int __attr_unused___ argc,
mem_finalize (true);
return 0;
}
} /* main */