Cleanup: coding style
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ust-elf.c
index 9186ee90cb7ab093a27b8eabcc03370076e5a3a8..026d65cec362ce757994d2d500a295d6839ba44b 100644 (file)
@@ -118,7 +118,7 @@ struct lttng_ust_elf_shdr *lttng_ust_elf_get_shdr(struct lttng_ust_elf *elf,
        }
 
        offset = (off_t) elf->ehdr->e_shoff
-               + (off_t) index * elf->ehdr->e_shentsize;
+                       + (off_t) index * elf->ehdr->e_shentsize;
        if (lseek(elf->fd, offset, SEEK_SET) < 0) {
                goto error;
        }
This page took 0.023861 seconds and 5 git commands to generate.