uncrustify FEATURE all spacing connected to *
diff --git a/src/json.h b/src/json.h
index 470d9bf..d53f673 100644
--- a/src/json.h
+++ b/src/json.h
@@ -97,7 +97,7 @@
  * @param[in] status Context status (aka JSON token)
  * @return String representation of the @p status.
  */
-const char*lyjson_token2str(enum LYJSON_PARSER_STATUS status);
+const char *lyjson_token2str(enum LYJSON_PARSER_STATUS status);
 
 /**
  * @brief Move to the next JSON artefact and update parser status.