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
@@ -341,7 +341,7 @@ ecma_op_array_object_define_own_property (ecma_object_t *obj_p, /**< the array o
break;
}
}
if (!reduce_succeeded)
{
ret_value = ecma_reject (is_throw);
+1 -1
View File
@@ -333,7 +333,7 @@ ecma_function_call_setup_args_variables (ecma_object_t *func_obj_p, /**< Functio
ecma_value_t formal_parameter_name_value = *formal_params_iterator.current_value_p;
ecma_string_t *formal_parameter_name_string_p = ecma_get_string_from_value (formal_parameter_name_value);
bool arg_already_declared = ecma_op_has_binding (env_p, formal_parameter_name_string_p);
if (!arg_already_declared)
{
+1 -1
View File
@@ -147,7 +147,7 @@ ecma_op_string_object_get_own_property (ecma_object_t *obj_p, /**< the array obj
{
ecma_number_t index = ecma_string_to_number (property_name_p);
uint32_index = ecma_number_to_uint32 (index);
ecma_string_t *to_str_p = ecma_new_ecma_string_from_uint32 (uint32_index);
bool are_equal = ecma_compare_ecma_strings (to_str_p, property_name_p);