From: Roland McGrath Date: Tue, 10 Nov 2009 21:34:48 +0000 (-0800) Subject: Fix whitespace, copyright years. X-Git-Tag: elfutils-0.144~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b8cd7fcf04907fa02d03b218596aa43b7386db1;p=thirdparty%2Felfutils.git Fix whitespace, copyright years. --- diff --git a/libelf/elf_next.c b/libelf/elf_next.c index dddcb5a7e..196c65a35 100644 --- a/libelf/elf_next.c +++ b/libelf/elf_next.c @@ -1,5 +1,5 @@ /* Advance in archive to next element. - Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc. + Copyright (C) 1998-2009 Red Hat, Inc. This file is part of Red Hat elfutils. Contributed by Ulrich Drepper , 1998. @@ -86,7 +86,7 @@ elf_next (elf) /* If necessary, mark the archive header as unusable. */ if (ret == ELF_C_NULL) - parent->state.ar.elf_ar_hdr.ar_name = NULL; + parent->state.ar.elf_ar_hdr.ar_name = NULL; rwlock_unlock (parent->lock);