From 65c74ce9e912b4b7d5567b911d9219f1ccb78746 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Mon, 25 May 2026 07:02:43 +0200 Subject: [PATCH] [cstdlib.syn] Align comment after declaration of abs --- source/support.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/support.tex b/source/support.tex index e86cf14734..70028e6719 100644 --- a/source/support.tex +++ b/source/support.tex @@ -236,7 +236,7 @@ constexpr int abs(int j); // freestanding constexpr long int abs(long int j); // freestanding constexpr long long int abs(long long int j); // freestanding - constexpr @\placeholder{floating-point-type}@ abs(@\placeholder{floating-point-type}@ j); // freestanding-deleted + constexpr @\placeholder{floating-point-type}@ abs(@\placeholder{floating-point-type}@ j); // freestanding-deleted constexpr long int labs(long int j); // freestanding constexpr long long int llabs(long long int j); // freestanding