Misc last newline fixes

Originally by Christos Zoulas.
This commit is contained in:
Nicolas Williams
2017-01-31 11:01:24 -06:00
committed by Viktor Dukhovni
parent 8e5e8aacbc
commit 4c64231430
10 changed files with 12 additions and 12 deletions

View File

@@ -34,4 +34,4 @@ _t_read:
sub eax,[time+4]
sbb edx,[time+0]
ret

View File

@@ -14,4 +14,4 @@ foreach my $filename (glob "bn*.c") {
close SRC or die "Error closing $filename after reading: $!";
}
print OUT "\n/* EOF */\n";
close OUT or die "Error closing mpi.c after writing: $!";
close OUT or die "Error closing mpi.c after writing: $!";

View File

@@ -1,5 +1,5 @@
To use the pretty graphs you have to first build/run the ltmtest from the root directory of the package.
Todo this type
To use the pretty graphs you have to first build/run the ltmtest from the root directory of the package.
Todo this type
make timing ; ltmtest
@@ -10,4 +10,4 @@ them all :-)
Have fun
Tom
Tom

View File

@@ -32,4 +32,4 @@ pdfes: sliding_window.pdf expt_state.pdf primality.pdf design_process.pdf
clean:
rm -rf *.ps *.pdf .xvpics

View File

@@ -63,4 +63,4 @@ printf("\nFinished building source (%d seconds, %3.2f files per second).\n", tim
print "Compiled approximately $filesbuilt files and $lines lines of code.\n";
print "Doing final make (building archive...)\n";
!system("make > /dev/null 2>/dev/null") or die "\nERROR: Failed to perform last make command!!!\n";
print "done.\n";
print "done.\n";

View File

@@ -5,4 +5,4 @@
\pard\tx1440\tx2880\tx4320\tx5760\tx7200\ql\qnatural
\f0\fs28 \cf0 Welcome to the Heimdal Installation Program.\
}
}

View File

@@ -37,4 +37,4 @@ SUBDIRS=sdk
# Note: the assembly directory is built as a child of the \lib
# directory since the application manifest is required at that point.
# The installer directory is built separately at the end of the build.
# The installer directory is built separately at the end of the build.

View File

@@ -16,4 +16,4 @@
newVersion="@krbversion@"/>
</dependentAssembly>
</dependency>
</assembly>
</assembly>

View File

@@ -49,4 +49,4 @@
</Directory>
</Module>
</Wix>
</Wix>

View File

@@ -62,4 +62,4 @@ while true ; do
echo "Have waited $t seconds"
done
exit 0
exit 0