1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-03 20:31:08 +00:00

Merge pull request #123 from philsmd/pr-tab-typo-fix

cosmetic: replace tab by spaces
This commit is contained in:
Jens Steube 2016-01-13 19:56:38 +01:00
commit d3dc57896e

View File

@ -12432,7 +12432,7 @@ int main (int argc, char **argv)
cl_device_id devices_platform[DEVICES_MAX]; cl_device_id devices_platform[DEVICES_MAX];
cl_uint devices_platform_cnt = 0; cl_uint devices_platform_cnt = 0;
hc_clGetDeviceIDs (CL_platform, device_types_filter, DEVICES_MAX, devices_platform, &devices_platform_cnt); hc_clGetDeviceIDs (CL_platform, device_types_filter, DEVICES_MAX, devices_platform, &devices_platform_cnt);