]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
whitespace change only
authorNicholas Nethercote <n.nethercote@gmail.com>
Wed, 27 Oct 2004 12:05:38 +0000 (12:05 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Wed, 27 Oct 2004 12:05:38 +0000 (12:05 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2858

coregrind/stage1.c

index 3bb9e708b93b908acbf9cc30181f263cb212f530..9a9eba675fc708bfc89561c4e3dc0d459dc7f47d 100644 (file)
@@ -265,7 +265,6 @@ static void main2(void)
    assert(info.exe_base >= PGROUNDUP(&_end));
    info.map_base = info.exe_base + 0x01000000;
 #else
-
    // If this system doesn't have PIE (position-independent executables),
    // we have to choose a hardwired location for stage2.
    info.exe_base = PGROUNDUP(&_end);