Andrew Talbot : dbghelp: Indentation fix.

Alexandre Julliard julliard at winehq.org
Mon Dec 17 13:58:22 CST 2012


Module: wine
Branch: master
Commit: 9feb4053fed8154ba7866ed65104025c919b186a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9feb4053fed8154ba7866ed65104025c919b186a

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Dec 15 14:43:27 2012 +0000

dbghelp: Indentation fix.

---

 dlls/dbghelp/elf_module.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c
index 52060e0..92b4a31 100644
--- a/dlls/dbghelp/elf_module.c
+++ b/dlls/dbghelp/elf_module.c
@@ -678,11 +678,11 @@ static void elf_finish_stabs_info(struct module* module, const struct hash_table
                                          ((struct symt_data*)sym)->container);
                 if (symp)
                 {
-                if (((struct symt_data*)sym)->u.var.offset != elf_info->elf_addr &&
-                    ((struct symt_data*)sym)->u.var.offset != elf_info->elf_addr + symp->st_value)
-                    FIXME("Changing address for %p/%s!%s from %08lx to %08lx\n",
-                          sym, debugstr_w(module->module.ModuleName), sym->hash_elt.name,
-                          ((struct symt_function*)sym)->address, elf_info->elf_addr + symp->st_value);
+                    if (((struct symt_data*)sym)->u.var.offset != elf_info->elf_addr &&
+                        ((struct symt_data*)sym)->u.var.offset != elf_info->elf_addr + symp->st_value)
+                        FIXME("Changing address for %p/%s!%s from %08lx to %08lx\n",
+                              sym, debugstr_w(module->module.ModuleName), sym->hash_elt.name,
+                              ((struct symt_function*)sym)->address, elf_info->elf_addr + symp->st_value);
                     ((struct symt_data*)sym)->u.var.offset = elf_info->elf_addr + symp->st_value;
                     ((struct symt_data*)sym)->kind = (ELF32_ST_BIND(symp->st_info) == STB_LOCAL) ?
                         DataIsFileStatic : DataIsGlobal;




More information about the wine-cvs mailing list