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:
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "mem-heap.h"
|
||||
|
||||
typedef void* hash_table;
|
||||
typedef void *hash_table;
|
||||
#define null_hash NULL
|
||||
|
||||
hash_table hash_table_init (uint8_t, uint8_t, uint16_t, uint16_t (*hash) (void *));
|
||||
|
||||
Reference in New Issue
Block a user