Trailing whitespace is still not the final frontier.

[ROCm/hip commit: 50265028fc]
Этот коммит содержится в:
Alex Voicu
2018-10-11 00:08:09 +01:00
коммит произвёл GitHub
родитель d68ed45708
Коммит 62d7a132c8
+1 -1
Просмотреть файл
@@ -62,7 +62,7 @@ THE SOFTWARE.
Check(fma(d, (double)f, (unsigned char)3) == doubleResult);
Check(fma(d, (double)f, (short)3) == doubleResult);
Check(fma(d, (double)f, (unsigned short)3) == doubleResult);
Check(fma(d, (double)f, (int)3) == doubleResult);
Check(fma(d, (double)f, (int)3) == doubleResult);
Check(fma(d, (double)f, (unsigned int)3) == doubleResult);
Check(fma(d, (double)f, (long)3) == doubleResult);
Check(fma(d, (double)f, (unsigned long)3) == doubleResult);