aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2005-05-15 14:49:45 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2005-05-15 14:49:45 +0200
commit420aa7b82c350fee7ce3ea0f0b65be123c3002a6 (patch)
tree0a01e2ea549c9f0e67b07d2dfa92acd10dfd7e63 /libgfortran/intrinsics
parent4b6903ec2f37dc342e2a6dbf5507258a845e610f (diff)
downloadgcc-420aa7b82c350fee7ce3ea0f0b65be123c3002a6.zip
gcc-420aa7b82c350fee7ce3ea0f0b65be123c3002a6.tar.gz
gcc-420aa7b82c350fee7ce3ea0f0b65be123c3002a6.tar.bz2
Remove extra whitespace.
From-SVN: r99720
Diffstat (limited to 'libgfortran/intrinsics')
-rw-r--r--libgfortran/intrinsics/etime.c2
-rw-r--r--libgfortran/intrinsics/random.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/intrinsics/etime.c b/libgfortran/intrinsics/etime.c
index 1055700..0cb7471 100644
--- a/libgfortran/intrinsics/etime.c
+++ b/libgfortran/intrinsics/etime.c
@@ -94,7 +94,7 @@ etime (gfc_array_r4 *t)
return val;
}
-/* LAPACK's test programs declares ETIME external, therefore we
+/* LAPACK's test programs declares ETIME external, therefore we
need this. */
extern GFC_REAL_4 etime_ (GFC_REAL_4 *t);
diff --git a/libgfortran/intrinsics/random.c b/libgfortran/intrinsics/random.c
index ed65c99..107eec1 100644
--- a/libgfortran/intrinsics/random.c
+++ b/libgfortran/intrinsics/random.c
@@ -621,7 +621,7 @@ arandom_r8 (gfc_array_r8 *x)
}
/* random_seed is used to seed the PRNG with either a default
- set of seeds or user specified set of seeds. random_seed
+ set of seeds or user specified set of seeds. random_seed
must be called with no argument or exactly one argument. */
void