diff --git a/misc/run_length_encoding.c b/misc/run_length_encoding.c index bb6ca3df..5fa5b8a8 100644 --- a/misc/run_length_encoding.c +++ b/misc/run_length_encoding.c @@ -13,10 +13,10 @@ * */ -#include //For printf -#include //For string functions like strlen -#include //For malloc/free -#include //For assert +#include //for printf +#include //for string functions +#include //for malloc/free +#include //for assert /** * @brief Encodes a null-terminated string using run-length encoding