whitespace cleanup

fix whitespace errors introduced during refactoring.
This commit is contained in:
rofl0r 2017-11-29 23:28:55 +00:00 committed by wiire-a
parent bb5c1d1d5f
commit 189a51b6fd

View File

@ -1568,5 +1568,4 @@ static int crack_second_half(struct global *wps, char *pin)
static int crack(struct global *wps, char *pin)
{
return !(crack_first_half(wps, pin, 0) && crack_second_half(wps, pin));
}