Move static before inline. (#4582)

Make this consistence with other static inline definition.

JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
Yonggang Luo
2021-02-09 08:43:43 +00:00
committed by GitHub
parent 76a0b18287
commit 75b0378bc5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2647,7 +2647,7 @@ ecma_builtin_is (ecma_object_t *object_p, /**< pointer to an object */
* @return true - if class name is an object
* false - otherwise
*/
inline static bool
static inline bool
ecma_object_check_class_name_is_object (ecma_object_t *obj_p) /**< object */
{
#ifndef JERRY_NDEBUG