identation change in hipPeekAtLastError

[ROCm/hip commit: e06c546283]
This commit is contained in:
Phaneendr-kumar Lanka
2017-11-07 09:51:32 +05:30
والد 2f4b59a9b9
کامیت 6fd3d9fda5
@@ -33,6 +33,6 @@ THE SOFTWARE.
int main()
{
hipSetDevice(-1);
if( hipPeekAtLastError() != hipSuccess)
passed();
if(hipPeekAtLastError() != hipSuccess)
passed();
}