Remove trailing whitespace.

This commit is contained in:
Markus F.X.J. Oberhumer
2010-12-29 15:46:55 +01:00
parent 7b466388f9
commit 4d98408995
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1665,7 +1665,7 @@ PackNetBSDElf32x86::generateElfHdr(
cp += k;
j += k;
}
// Add PT_NOTE for the NetBSD note and PaX note, if any.
note_offset += (np_NetBSD ? sizeof(Elf32_Phdr) : 0);
note_offset += (np_PaX ? sizeof(Elf32_Phdr) : 0);