From: Kevin Day Date: Fri, 2 May 2025 00:55:37 +0000 (-0500) Subject: Cleanup: Remove extra space. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=bf88a28b28361964108412873527cd512421b958;p=fll Cleanup: Remove extra space. --- diff --git a/level_0/f_parse/c/parse/utf.h b/level_0/f_parse/c/parse/utf.h index dc85c65..6a8cf63 100644 --- a/level_0/f_parse/c/parse/utf.h +++ b/level_0/f_parse/c/parse/utf.h @@ -15,7 +15,7 @@ extern "C" { #endif /** - * Seek the buffer location forward until the (1-byte wide) character or EOL is reached. + * Seek the buffer location forward until the (1-byte wide) character or EOL is reached. * * @param buffer * The buffer to traverse.