Removed trailing whitespace.

committer: mfx <mfx> 1109669261 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2005-03-01 09:27:41 +00:00
parent 75ef603308
commit 232754b978
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ PackMachPPC32::canPack()
ptr += ((Mach_segment_command *)ptr)->cmdsize;
}
// Put LC_SEGMENT together at the beginning, ascending by .vmaddr.
qsort(msegcmd, mhdri.ncmds, sizeof(*msegcmd), compare_segment_command);