Style fixes in libecmaoperations: space between function name and opening parenthesis, no space after opening parenthesis/before closing parenthesis. By mistake, the changes weren't commited with 8081e5cdb38ad0f9789a89c92362fc73a716d85c.
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
* with reference counter set to one.
|
||||
*/
|
||||
ecma_object_t*
|
||||
ecma_new_standard_error( ecma_standard_error_t error_type) /**< native error type */
|
||||
ecma_new_standard_error (ecma_standard_error_t error_type) /**< native error type */
|
||||
{
|
||||
JERRY_UNIMPLEMENTED_REF_UNUSED_VARS( error_type);
|
||||
JERRY_UNIMPLEMENTED_REF_UNUSED_VARS(error_type);
|
||||
} /* ecma_new_standard_error */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user