Skip to content

Commit 19c6e8d

Browse files
ljmf00dlang-bot
authored andcommitted
chore(math/hardware): align spaces by 4 instead of by 3
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
1 parent 3121a99 commit 19c6e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/math/hardware.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ private:
137137
}
138138
else version (SPARC)
139139
{
140-
/*
140+
/*
141141
int retval;
142142
asm pure nothrow @nogc { st %fsr, retval; }
143143
return retval;
144144
*/
145-
assert(0, "Not yet supported");
145+
assert(0, "Not yet supported");
146146
}
147147
else version (ARM)
148148
{

0 commit comments

Comments
 (0)