]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: minor coding style nit
authorPetr Machata <pmachata@redhat.com>
Wed, 23 Sep 2009 20:28:06 +0000 (22:28 +0200)
committerPetr Machata <pmachata@redhat.com>
Wed, 23 Sep 2009 20:28:06 +0000 (22:28 +0200)
src/dwarflint.c

index 6c585bed269513b970f589f4c1b851cace578a9e..cc68c54afb26c40be14ef055034490186bf03030 100644 (file)
@@ -3175,7 +3175,8 @@ read_die_chain (struct elf_file *file,
 
                if (is_location_attrib (it->name))
                  {
-                   uint64_t expr_start = cu->offset + read_ctx_get_offset (ctx);
+                   uint64_t expr_start
+                     = cu->offset + read_ctx_get_offset (ctx);
                    if (!check_location_expression (file, ctx, cu, expr_start,
                                                    reloc, length, &where))
                      return -1;