From: Mathieu Desnoyers Date: Fri, 4 Sep 2015 05:50:56 +0000 (-0400) Subject: Cleanup: coding style X-Git-Tag: v2.8.0-rc1~84 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=5a26ac5496892ae6faa6192074264b2f9adcd589;p=lttng-ust.git Cleanup: coding style Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust/lttng-ust-elf.c b/liblttng-ust/lttng-ust-elf.c index 9186ee90..026d65ce 100644 --- a/liblttng-ust/lttng-ust-elf.c +++ b/liblttng-ust/lttng-ust-elf.c @@ -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; }