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";