Style fix: align pointer dereference operator to right
JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
@@ -32,10 +32,10 @@
|
||||
* Target port functions for console output
|
||||
*/
|
||||
extern EXTERN_C
|
||||
int jerry_port_logmsg (FILE* stream, const char* format, ...);
|
||||
int jerry_port_logmsg (FILE *stream, const char *format, ...);
|
||||
|
||||
extern EXTERN_C
|
||||
int jerry_port_errormsg (const char* format, ...);
|
||||
int jerry_port_errormsg (const char *format, ...);
|
||||
|
||||
extern EXTERN_C
|
||||
int jerry_port_putchar (int c);
|
||||
|
||||
Reference in New Issue
Block a user