From 795ffc5e62e8ba383575dbcd9943a580d4bd3358 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Tue, 9 Jul 2024 15:50:21 +0200 Subject: formatting changes Manual format adjustments. Comment adjustments. Remove usage of the register keyword. --- include/fmt.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/fmt.h') diff --git a/include/fmt.h b/include/fmt.h index e6de428..eb8b8b8 100644 --- a/include/fmt.h +++ b/include/fmt.h @@ -2,11 +2,11 @@ #define FMT_H /** - @file fmt.h - @author djb, kp, feh - @source qmail - @brief conversion function declarations - */ + @file fmt.h + @author djb, kp, feh + @source qmail + @brief conversion function declarations +*/ #define FMT_ULONG 40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */ #define FMT_LEN ((char *)0) /* convenient abbreviation */ -- cgit v1.2.3