mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-27 15:54:29 +02:00
whitespace cleanup
fix whitespace errors introduced during refactoring.
This commit is contained in:
parent
bb5c1d1d5f
commit
189a51b6fd
@ -1568,5 +1568,4 @@ static int crack_second_half(struct global *wps, char *pin)
|
|||||||
static int crack(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));
|
return !(crack_first_half(wps, pin, 0) && crack_second_half(wps, pin));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user