summaryrefslogtreecommitdiff
path: root/interface/rotm.c
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-06-27 12:05:18 -0700
committerTimothy Gu <timothygu99@gmail.com>2014-06-27 12:05:18 -0700
commit6c2ead30f0526226d87c9287b956584f867dd2a5 (patch)
tree92772d55b77c27da41af68ac8d5ea98ee9b59baa /interface/rotm.c
parentd10db52edbbc49100c9c12567f5273b6da3e4722 (diff)
downloadopenblas-6c2ead30f0526226d87c9287b956584f867dd2a5.tar.gz
openblas-6c2ead30f0526226d87c9287b956584f867dd2a5.tar.bz2
openblas-6c2ead30f0526226d87c9287b956584f867dd2a5.zip
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'interface/rotm.c')
-rw-r--r--interface/rotm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface/rotm.c b/interface/rotm.c
index 4f026c75d..9dc08354a 100644
--- a/interface/rotm.c
+++ b/interface/rotm.c
@@ -18,13 +18,13 @@ void CNAME(blasint n, FLOAT *dx, blasint incx, FLOAT *dy, blasint incy, FLOAT *d
#endif
blasint i__1, i__2;
-
+
blasint i__;
FLOAT w, z__;
blasint kx, ky;
FLOAT dh11, dh12, dh22, dh21, dflag;
blasint nsteps;
-
+
#ifndef CBLAS
PRINT_DEBUG_CNAME;
#else
@@ -34,7 +34,7 @@ void CNAME(blasint n, FLOAT *dx, blasint incx, FLOAT *dy, blasint incy, FLOAT *d
--dparam;
--dy;
--dx;
-
+
dflag = dparam[1];
if (n <= 0 || dflag == - 2.0) goto L140;