Removing trailing whitespace from sources.

This commit is contained in:
Ruben Ayrapetyan
2014-12-19 14:16:44 +03:00
parent 6bb39bb8ea
commit 42c44830ce
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -580,7 +580,7 @@ ecma_builtin_bin_search_for_magic_string_id_in_array (const ecma_magic_string_id
int32_t min = 0;
int32_t max = array_length - 1;
while (min <= max)
{
int32_t mid = (min + max) / 2;