Converted tabs to spaces.

This commit is contained in:
Roman Donchenko
2013-08-21 18:52:15 +04:00
parent e9a28f66ee
commit 3c137f7a04
33 changed files with 755 additions and 755 deletions

View File

@@ -234,5 +234,5 @@ void interpolate::bindImgTex(const oclMat &img, cl_mem &texture)
{
openCLFree(texture);
}
texture = bindTexture(img);
texture = bindTexture(img);
}