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/zimatcopy.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/zimatcopy.c')
-rw-r--r-- | interface/zimatcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/zimatcopy.c b/interface/zimatcopy.c index 90402d3c4..79af6d760 100644 --- a/interface/zimatcopy.c +++ b/interface/zimatcopy.c @@ -53,7 +53,7 @@ void NAME( char* ORDER, char* TRANS, blasint *rows, blasint *cols, FLOAT *alpha, { char Order, Trans; - int order=-1,trans=-1; + int order=-1,trans=-1; blasint info = -1; FLOAT *b; size_t msize; |