mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
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:
parent
3121a99e19
commit
19c6e8d251
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue