Fix end of lines

This commit is contained in:
castano
2008-01-16 01:30:40 +00:00
parent 9c963172f3
commit a46a788760

View File

@ -81,8 +81,8 @@ bool nv::cuda::isHardwarePresent()
if (count == 1) if (count == 1)
{ {
// Make sure it's not an emulation device. // Make sure it's not an emulation device.
cudaDeviceProp deviceProp; cudaDeviceProp deviceProp;
cudaGetDeviceProperties(&deviceProp, 0); cudaGetDeviceProperties(&deviceProp, 0);
// deviceProp.name != Device Emulation (CPU) // deviceProp.name != Device Emulation (CPU)
if (deviceProp.major == -1 || deviceProp.minor == -1) if (deviceProp.major == -1 || deviceProp.minor == -1)