Typo fix
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 23 Feb 2021 12:14:35 +0000 (13:14 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 12:14:35 +0000 (13:14 +0100)
kernel/arm/omatcopy_rt.c

index d6a3df61998e9ed0228bb3a9b112d303565af092..3d90ac6e491fd3a575ee79e1cd9dabdae5ae2b0c 100644 (file)
@@ -28,7 +28,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "common.h"
 
 int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG ldb)
-
+{
     BLASLONG i, j;
     FLOAT *a_offset, *a_offset1, *a_offset2, *a_offset3, *a_offset4;
     FLOAT *b_offset, *b_offset1, *b_offset2, *b_offset3, *b_offset4;