]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix whitespace, copyright years.
authorRoland McGrath <roland@redhat.com>
Tue, 10 Nov 2009 21:34:48 +0000 (13:34 -0800)
committerRoland McGrath <roland@redhat.com>
Tue, 10 Nov 2009 21:34:48 +0000 (13:34 -0800)
libelf/elf_next.c

index dddcb5a7ef16d405a89589c38f79b5fb1892c9fb..196c65a355bb67da4431e6286f0953f182399f32 100644 (file)
@@ -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 <drepper@redhat.com>, 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);