Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2025 23:56:52 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 33759fc7e823 - main - rtld: remove stray tabs
Message-ID:  <202505082356.548NuqfZ055649@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=33759fc7e823be533d4ab0611950f8264de06ecc

commit 33759fc7e823be533d4ab0611950f8264de06ecc
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-05-08 23:56:02 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-05-08 23:56:02 +0000

    rtld: remove stray tabs
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 libexec/rtld-elf/rtld.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 03b4cd2bdda4..8ef6301fab36 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -2640,7 +2640,7 @@ initlist_add_objects(Obj_Entry *obj, Obj_Entry *tail, Objlist *list,
 		nobj = globallist_next(obj);
 		if (nobj != NULL && obj != tail)
 			initlist_add_objects(nobj, tail, list, iflist);
-		
+
 		/* Recursively process the needed objects. */
 		if (obj->needed != NULL)
 			initlist_add_neededs(obj->needed, list, iflist);
@@ -2650,7 +2650,7 @@ initlist_add_objects(Obj_Entry *obj, Obj_Entry *tail, Objlist *list,
 		if (obj->needed_aux_filtees != NULL)
 			initlist_add_neededs(obj->needed_aux_filtees, list,
 			    iflist);
-		
+
 		/* Add the object to the init list. */
 		objlist_push_tail(list, obj);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505082356.548NuqfZ055649>