remove trailing spaces
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
diff --git a/dep.pl b/dep.pl
index 71c6b71..4df5180 100644
--- a/dep.pl
+++ b/dep.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl
#
# Walk through source, add labels and make classes
#
@@ -7,7 +7,7 @@ use warnings;
my %deplist;
-#open class file and write preamble
+#open class file and write preamble
open(my $class, '>', 'tommath_class.h') or die "Couldn't open tommath_class.h for writing\n";
print {$class} << 'EOS';
#if !(defined(LTM1) && defined(LTM2) && defined(LTM3))
@@ -34,7 +34,7 @@ foreach my $filename (glob 'bn*.c') {
# define $define
EOS
- # now copy text and apply #ifdef as required
+ # now copy text and apply #ifdef as required
my $apply = 0;
open(my $src, '<', $filename);
open(my $out, '>', 'tmp');
@@ -72,12 +72,12 @@ print {$class} << 'EOS';
EOS
-# now do classes
+# now do classes
foreach my $filename (glob 'bn*.c') {
open(my $src, '<', $filename) or die "Can't open source file!\n";
- # convert filename to upper case so we can use it as a define
+ # convert filename to upper case so we can use it as a define
$filename =~ tr/[a-z]/[A-Z]/;
$filename =~ tr/\./_/;
@@ -128,7 +128,7 @@ print {$class} << 'EOS';
EOS
close $class;
-#now let's make a cool call graph...
+#now let's make a cool call graph...
open(my $out, '>', 'callgraph.txt');
my $indent = 0;
diff --git a/mtest/mpi-config.h b/mtest/mpi-config.h
index fc2a885..ea576e5 100644
--- a/mtest/mpi-config.h
+++ b/mtest/mpi-config.h
@@ -5,7 +5,7 @@
#define MPI_CONFIG_H_
/*
- For boolean options,
+ For boolean options,
0 = no
1 = yes