uncrustify FEATURE more operator spacing with little changes
diff --git a/src/json.h b/src/json.h
index 7b2221e..470d9bf 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.