Whitespace cleanup.

This commit is contained in:
Markus F.X.J. Oberhumer
2012-10-31 15:50:52 +01:00
parent 048236aaaa
commit 25d706a913
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ struct options_t {
unsigned char osabi0; // replacement if 0==.e_ident[EI_OSABI] unsigned char osabi0; // replacement if 0==.e_ident[EI_OSABI]
enum { SCRIPT_MAX = 32 }; enum { SCRIPT_MAX = 32 };
const char *script_name; 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; } o_unix;
struct { struct {
bool le; bool le;
+1 -1
View File
@@ -2484,7 +2484,7 @@ int PackLinuxElf64::pack2(OutputFile *fo, Filter &ft)
sz_pack2a = fpad4(fo); sz_pack2a = fpad4(fo);
// Accounting only; ::pack3 will do the compression and output // 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); total_in += find_LOAD_gap(phdri, k, e_phnum);
} }