chore(math/hardware): align spaces by 4 instead of by 3

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
Luís Ferreira 2022-05-01 22:07:06 +01:00 committed by The Dlang Bot
parent 3121a99e19
commit 19c6e8d251

View file

@ -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)
{