diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-06-27 12:05:18 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-06-27 12:05:18 -0700 |
commit | 6c2ead30f0526226d87c9287b956584f867dd2a5 (patch) | |
tree | 92772d55b77c27da41af68ac8d5ea98ee9b59baa /interface/rotm.c | |
parent | d10db52edbbc49100c9c12567f5273b6da3e4722 (diff) | |
download | openblas-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.c | 6 |
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; |