Skip to content

Commit 0a4546b

Browse files
authored
Typo fix
1 parent b1eed27 commit 0a4546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/arm/omatcopy_rt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
#include "common.h"
2929

3030
int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG ldb)
31-
31+
{
3232
BLASLONG i, j;
3333
FLOAT *a_offset, *a_offset1, *a_offset2, *a_offset3, *a_offset4;
3434
FLOAT *b_offset, *b_offset1, *b_offset2, *b_offset3, *b_offset4;

0 commit comments

Comments
 (0)