Fix style issues and improve vera++ rules.

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-02-17 14:59:36 +00:00
parent db26cb2b79
commit a7715a5d78
35 changed files with 232 additions and 172 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ read_sources (const char *script_file_names[],
rewind (file);
const size_t current_source_size = (size_t)script_len;
const size_t current_source_size = (size_t) script_len;
if (source_buffer_tail + current_source_size >= buffer + sizeof (buffer))
{