Removing trailing whitespace in liballocator, libecmaobjects and libecmaoperations.

This commit is contained in:
Ruben Ayrapetyan
2014-08-11 15:59:19 +04:00
parent 8e87c8d3ed
commit 8ce1ef3c8b
25 changed files with 82 additions and 82 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
/** \addtogroup ecma ---TODO---
* @{
*
*
* \addtogroup ecmahelpers Helpers for operations with ECMA data types
* @{
*/
@@ -324,7 +324,7 @@ ecma_make_throw_value( ecma_object_t *exception_p) /**< an object */
return ecma_make_completion_value(ECMA_COMPLETION_TYPE_THROW,
exception,
ECMA_TARGET_ID_RESERVED);
ECMA_TARGET_ID_RESERVED);
} /* ecma_make_throw_value */
/**