From 19c6e8d2516a1a042e4317d3d1c74cbf5fa1df5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Sun, 1 May 2022 22:07:06 +0100 Subject: [PATCH] chore(math/hardware): align spaces by 4 instead of by 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Ferreira --- std/math/hardware.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/std/math/hardware.d b/std/math/hardware.d index 742da3f70..a7e451409 100644 --- a/std/math/hardware.d +++ b/std/math/hardware.d @@ -137,12 +137,12 @@ private: } else version (SPARC) { - /* + /* int retval; asm pure nothrow @nogc { st %fsr, retval; } return retval; */ - assert(0, "Not yet supported"); + assert(0, "Not yet supported"); } else version (ARM) {