mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +01:00
scan: fix formatting in scan.h
Replaced two 8-spaced indentation to tabs.
This commit is contained in:
parent
baf6b3ee4d
commit
2fd58141a4
@ -84,13 +84,13 @@ struct scan_parameters {
|
||||
static inline int scan_bss_addr_cmp(const struct scan_bss *a1,
|
||||
const struct scan_bss *a2)
|
||||
{
|
||||
return memcmp(a1->addr, a2->addr, sizeof(a1->addr));
|
||||
return memcmp(a1->addr, a2->addr, sizeof(a1->addr));
|
||||
}
|
||||
|
||||
static inline bool scan_bss_addr_eq(const struct scan_bss *a1,
|
||||
const struct scan_bss *a2)
|
||||
{
|
||||
return !memcmp(a1->addr, a2->addr, sizeof(a1->addr));
|
||||
return !memcmp(a1->addr, a2->addr, sizeof(a1->addr));
|
||||
}
|
||||
|
||||
uint32_t scan_passive(uint32_t ifindex, struct scan_freq_set *freqs,
|
||||
|
Loading…
Reference in New Issue
Block a user