From 25d706a913ece8ac5bd8bf5c201c3b54231a3abd Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 31 Oct 2012 15:50:52 +0100 Subject: [PATCH] Whitespace cleanup. --- src/options.h | 2 +- src/p_lx_elf.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.h b/src/options.h index 40210b61..f480173d 100644 --- a/src/options.h +++ b/src/options.h @@ -146,7 +146,7 @@ struct options_t { unsigned char osabi0; // replacement if 0==.e_ident[EI_OSABI] enum { SCRIPT_MAX = 32 }; const char *script_name; - bool preserve_build_id; // copy the build-id to the compressed binary + bool preserve_build_id; // copy the build-id to the compressed binary } o_unix; struct { bool le; diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index 2d1fb5c2..ca468734 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -2484,7 +2484,7 @@ int PackLinuxElf64::pack2(OutputFile *fo, Filter &ft) sz_pack2a = fpad4(fo); // Accounting only; ::pack3 will do the compression and output - for (k = 0; k < e_phnum; ++k) { // + for (k = 0; k < e_phnum; ++k) { // total_in += find_LOAD_gap(phdri, k, e_phnum); }