1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-31 19:01:05 +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_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);