identation change in hipPeekAtLastError

This commit is contained in:
Phaneendr-kumar Lanka
2017-11-07 09:51:32 +05:30
parent 9ee330451a
commit e06c546283
@@ -33,6 +33,6 @@ THE SOFTWARE.
int main()
{
hipSetDevice(-1);
if( hipPeekAtLastError() != hipSuccess)
passed();
if(hipPeekAtLastError() != hipSuccess)
passed();
}