summaryrefslogtreecommitdiff
path: root/interface/rot.c
diff options
context:
space:
mode:
Diffstat (limited to 'interface/rot.c')
-rw-r--r--interface/rot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface/rot.c b/interface/rot.c
index 2e458b12d..125275a18 100644
--- a/interface/rot.c
+++ b/interface/rot.c
@@ -45,7 +45,7 @@
#ifndef CBLAS
void NAME(blasint *N, FLOAT *x, blasint *INCX, FLOAT *y, blasint *INCY, FLOAT *C, FLOAT *S){
-
+
BLASLONG n = *N;
BLASLONG incx = *INCX;
BLASLONG incy = *INCY;
@@ -78,5 +78,5 @@ void CNAME(blasint n, FLOAT *x, blasint incx, FLOAT *y, blasint incy, FLOAT c, F
IDEBUG_END;
return;
-
+
}