Fixing style according to rules defined in vera++ scripts.
This commit is contained in:
@@ -143,7 +143,7 @@ jerry_run (jerry_ctx_t* ctx_p) /**< run context */
|
||||
/* FIXME: Remove after implementation of run contexts */
|
||||
(void) ctx_p;
|
||||
|
||||
return run_int();
|
||||
return run_int ();
|
||||
} /* jerry_run */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user