From eb80e817d8631462541b0986fe01b2067200d9d7 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Mon, 15 Dec 2014 22:58:21 +0300 Subject: [PATCH] Removing trailing whitespace in src/libcoreint/opcodes.c. --- src/libcoreint/opcodes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcoreint/opcodes.c b/src/libcoreint/opcodes.c index df3bac2cf..50253e65a 100644 --- a/src/libcoreint/opcodes.c +++ b/src/libcoreint/opcodes.c @@ -933,7 +933,7 @@ opfunc_obj_decl (opcode_t opdata, /**< operation data */ { prop_desc.is_value_defined = true; prop_desc.value = ecma_get_completion_value_value (value_for_prop_desc); - + prop_desc.is_writable_defined = true; prop_desc.is_writable = true; @@ -1665,7 +1665,7 @@ calc_opcode_counter_from_idx_idx (const idx_t oc_idx_1, /**< first idx */ counter = oc_idx_1; counter = (opcode_counter_t) (counter << (sizeof (idx_t) * JERRY_BITSINBYTE)); counter = (opcode_counter_t) (counter | oc_idx_2); - + return counter; } /* calc_meta_opcode_counter_from_meta_data */