mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +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)
|
else version (SPARC)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
int retval;
|
int retval;
|
||||||
asm pure nothrow @nogc { st %fsr, retval; }
|
asm pure nothrow @nogc { st %fsr, retval; }
|
||||||
return retval;
|
return retval;
|
||||||
*/
|
*/
|
||||||
assert(0, "Not yet supported");
|
assert(0, "Not yet supported");
|
||||||
}
|
}
|
||||||
else version (ARM)
|
else version (ARM)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue