Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
@@ -51,7 +51,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;
|
||||
|
||||
Order = *ORDER;
|
||||
|
||||
Reference in New Issue
Block a user