mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-19 10:15:48 +02:00
spacing nit
This commit is contained in:
@@ -821,7 +821,7 @@ ptr_align (void *ptr, size_t alignment)
|
||||
#ifdef __GNUC__
|
||||
# define VERIFY_GCC_EXPR(assertion) VERIFY_EXPR (assertion)
|
||||
#else
|
||||
# define VERIFY_GCC_EXPR(assertion) (void)0
|
||||
# define VERIFY_GCC_EXPR(assertion) (void) 0
|
||||
#endif
|
||||
|
||||
/* If 10*Accum+Digit_val is larger than Type_max, then don't update Accum
|
||||
|
||||
Reference in New Issue
Block a user