delete trailing newlines

This commit is contained in:
Adam Goldsmith 2016-04-24 20:12:20 -04:00
parent b4e31f122a
commit 483fa8458d
6 changed files with 45 additions and 48 deletions

View File

@ -103,5 +103,3 @@ int main(int argc, char* argv[]){
}
return 0;
}

View File

@ -81,4 +81,3 @@ int is_transpose(int M, int N, int A[N][M], int B[M][N])
}
return 1;
}