Remove argument names in function prototypes, declared in headers; fix '*' alignment in headers.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-09-08 16:44:16 +03:00
parent 3b0f61ac52
commit b7c93f170d
56 changed files with 535 additions and 826 deletions
+2 -2
View File
@@ -559,10 +559,10 @@ typedef struct
ecma_value_t value;
/** [[Get]] */
ecma_object_t* get_p;
ecma_object_t *get_p;
/** [[Set]] */
ecma_object_t* set_p;
ecma_object_t *set_p;
/** [[Writable]] */
bool is_writable;