From 894a2d772342e667e8733d83e20ff9174be7114b Mon Sep 17 00:00:00 2001 From: Scott Johnson Date: Wed, 6 Oct 2021 11:37:58 -0700 Subject: Add missing newlines at end of file --- riscv/insns/rstas32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscv/insns/rstas32.h') diff --git a/riscv/insns/rstas32.h b/riscv/insns/rstas32.h index f23603f..9c8995a 100644 --- a/riscv/insns/rstas32.h +++ b/riscv/insns/rstas32.h @@ -3,4 +3,4 @@ P_STRAIGHT_LOOP(32, { pd = ((int64_t)ps1 + ps2) >> 1; }, { pd = ((int64_t)ps1 - ps2) >> 1; -}) \ No newline at end of file +}) -- cgit v1.1