summaryrefslogtreecommitdiff
path: root/interface/asum.c
diff options
context:
space:
mode:
Diffstat (limited to 'interface/asum.c')
-rw-r--r--interface/asum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface/asum.c b/interface/asum.c
index 634836e28..139398940 100644
--- a/interface/asum.c
+++ b/interface/asum.c
@@ -45,7 +45,7 @@
#ifndef CBLAS
FLOATRET NAME(blasint *N, FLOAT *x, blasint *INCX){
-
+
BLASLONG n = *N;
BLASLONG incx = *INCX;
FLOATRET ret;
@@ -70,7 +70,7 @@ FLOATRET NAME(blasint *N, FLOAT *x, blasint *INCX){
#else
FLOAT CNAME(blasint n, FLOAT *x, blasint incx){
-
+
FLOAT ret;
PRINT_DEBUG_CNAME;