identation change in hipPeekAtLastError

Tento commit je obsažen v:
Phaneendr-kumar Lanka
2017-11-07 09:51:32 +05:30
rodič 9ee330451a
revize e06c546283
+2 -2
Zobrazit soubor
@@ -33,6 +33,6 @@ THE SOFTWARE.
int main()
{
hipSetDevice(-1);
if( hipPeekAtLastError() != hipSuccess)
passed();
if(hipPeekAtLastError() != hipSuccess)
passed();
}