diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-28 16:56:41 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-28 16:56:41 +0100 |
| commit | 67434b0347e519cefe78f7b0e542e32a7fbd8337 (patch) | |
| tree | a0b9d2bb43b91517383d0714883688c3008a9c32 | |
| parent | Add man pages for the regular addition function (diff) | |
| download | libj2-67434b0347e519cefe78f7b0e542e32a7fbd8337.tar.gz libj2-67434b0347e519cefe78f7b0e542e32a7fbd8337.tar.bz2 libj2-67434b0347e519cefe78f7b0e542e32a7fbd8337.tar.xz | |
whitespace
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | libj2/strings.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libj2/strings.h b/libj2/strings.h index 721b34f..05ccc80 100644 --- a/libj2/strings.h +++ b/libj2/strings.h @@ -83,7 +83,7 @@ size_t libj2_j2u_to_str(const struct libj2_j2u *a, char *buf, size_t bufsize, co * '-' prefix characters * @return 0 upon successful completion, or an error * code on failure - * + * * @throws EINVAL `digits1` or `digits2` is misconfigured * @throws EINVAL No digit was encountered; * `*a` (unless it's `NULL`) will be set to @@ -138,7 +138,7 @@ int libj2_str_to_j2u_sign(const char *s, size_t slen, char **end, const char *di * @param a Output parameter for the decoded integer * @return 0 upon successful completion, or an error * code on failure - * + * * @throws EINVAL `digits1` or `digits2` is misconfigured * @throws EINVAL No digit was encountered; * `*a` (unless it's `NULL`) will be set to @@ -259,7 +259,7 @@ libj2_j2i_to_str(const struct libj2_j2i *a, char *buf, size_t bufsize, const cha * @param a Output parameter for the decoded integer * @return 0 upon successful completion, or an error * code on failure - * + * * @throws EINVAL `digits1` or `digits2` is misconfigured * @throws EINVAL No digit was encountered; * `*a` (unless it's `NULL`) will be set to |
