From nobody Sat May 30 13:44:27 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gSM0C58RTz6fxrZ for ; Sat, 30 May 2026 13:44:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gSM0C1bQlz3Xp5 for ; Sat, 30 May 2026 13:44:27 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780148667; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ZhIQ02VLfA8ngyS+CF1XFY+OKaceerbVMLDEA/bLTxI=; b=S/TUiXBjCm7w9U9hYpOFxhuRfEbbwcOQ0vttglB4h7tyKECfDvVlUm3AmN/zHj+yji0ZFt kYk0k87PUni00g1I7D+qsNrPKzQp453qElYKZu77BX5mFgTynIme38UL16VYSAfygQ+XJC KfodjKGd6XH3d/rFTKoM0Gxu58spYibMVhDenCJ7SHxqVs/x5ai5SN4R/BqsOO68MufKv5 EBPaqT0i89V31dhTARTLxCY0BRBHF1PSchDkb5ytmaWLWL25K5lYhCZ/tFax9i9ojYCx4V ThtfDTCE83Buv/aFp5v9bMDa0+kduPqe/XLDd9MmPrsaCJrSBZGZkkt+Za//1A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780148667; a=rsa-sha256; cv=none; b=ZGChwzLiRmxsw0zS/rqRjSV3ZGojv1XFl8jiVHHD1e8q2euQzEsL+fX7hq0mBQiigzS5Ba pZk9fa0jWfBZIQ9kClH5n0Pd/p6tp0SIu/xnXblD2LjDEYpYS9SwmuwyvZ27Fnmoekfn5y 9ocd01wu9l8EFC1yk5v09wsG9Nx5Lo+sikcu7DD1QZdOBU3ZNc3+zeD8z1x2iHk5dI3ggh ZrX3he6j348nttj3pEkut9uOskej/zQETjJivP5GV28/rqdlPv+hFOKj+YwMsfIrT/LD85 xoYcFNRxLeXCBhyAnsRPACapo7G+D7DrhNA6IGqUhY/szaQqrw+HAZu1uk5M6w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780148667; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ZhIQ02VLfA8ngyS+CF1XFY+OKaceerbVMLDEA/bLTxI=; b=BiWxSeXPeCAjmboQnvR7yn2tnzks7QN9XQdAQACNLqoESSfVCrFTpXAKBkvJ9n4zsYyhW9 7biLrvo1vlK+u9Qo4vfc9+5MDxR4mTmsh1jfit32GVt2EmJRQPFKeVJ8KCHkpYDD5YwikE eWKT4Dmy38ej8yHuDctd9ybNAxe81JB/KJzuC9K0FzE/2rMpx/c5/vIvQcI6do+yJGrqmd tWTTEIlSZDNLp7QLUACZBcfkAOWKg6u8erIz2rbFyyTlBPPIT+Ze+0cKr3LvX04iCbHjVP gvH0juLMigLpoTZAKi41ZRStVaE1TA2J7kfo2FSRY+PPhcru/FMQG7FY7H9ulg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gSM0C12M0z1LNw for ; Sat, 30 May 2026 13:44:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 31603 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 30 May 2026 13:44:27 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Faraz Vahedi From: Robert Clausecker Subject: git: 157c184689ea - main - assert.h: Remove leading tabs for whitespace consistency List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fuz X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 157c184689ea3d7b8b6bd89aff849e94f004aa0e Auto-Submitted: auto-generated Date: Sat, 30 May 2026 13:44:27 +0000 Message-Id: <6a1ae9bb.31603.7e25baf6@gitrepo.freebsd.org> The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=157c184689ea3d7b8b6bd89aff849e94f004aa0e commit 157c184689ea3d7b8b6bd89aff849e94f004aa0e Author: Faraz Vahedi AuthorDate: 2026-05-28 07:17:28 +0000 Commit: Robert Clausecker CommitDate: 2026-05-30 13:43:51 +0000 assert.h: Remove leading tabs for whitespace consistency Signed-off-by: Faraz Vahedi Reviewed by: fuz MFC after: 1 month Pull Request: https://github.com/freebsd/freebsd-src/pull/2203 --- include/assert.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/include/assert.h b/include/assert.h index a089d7b79915..7dd48e61c082 100644 --- a/include/assert.h +++ b/include/assert.h @@ -46,19 +46,19 @@ #undef __assert_unreachable #ifdef NDEBUG -#define assert(e) ((void)0) -#define _assert(e) ((void)0) +#define assert(e) ((void)0) +#define _assert(e) ((void)0) #if __BSD_VISIBLE -#define __assert_unreachable() __unreachable() -#endif /* __BSD_VISIBLE */ +#define __assert_unreachable() __unreachable() +#endif /* __BSD_VISIBLE */ #else -#define _assert(e) assert(e) +#define _assert(e) assert(e) -#define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ +#define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ __LINE__, #e)) #if __BSD_VISIBLE -#define __assert_unreachable() assert(0 && "unreachable segment reached") -#endif /* __BSD_VISIBLE */ +#define __assert_unreachable() assert(0 && "unreachable segment reached") +#endif /* __BSD_VISIBLE */ #endif /* NDEBUG */ #ifndef _ASSERT_H_ @@ -77,7 +77,7 @@ * _Static_assert, as keywords. */ #if __ISO_C_VISIBLE >= 2011 && __ISO_C_VISIBLE < 2023 && !defined(__cplusplus) -#define static_assert _Static_assert +#define static_assert _Static_assert #endif __BEGIN_DECLS