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 /common.h | |
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 'common.h')
-rw-r--r-- | common.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -531,7 +531,7 @@ static __inline void compinv(FLOAT *b, FLOAT ar, FLOAT ai){ #ifndef UNIT FLOAT ratio, den; - + if ( #ifdef XDOUBLE (fabsl(ar)) >= (fabsl(ai)) @@ -557,7 +557,7 @@ static __inline void compinv(FLOAT *b, FLOAT ar, FLOAT ai){ b[0] = ONE; b[1] = ZERO; #endif - + } #endif @@ -693,7 +693,7 @@ extern int gotoblas_profile; #ifdef __cplusplus } - + #endif /* __cplusplus */ #endif |