mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 17:39:28 +01:00
ie: fix whitespace
This commit is contained in:
parent
3442736869
commit
0bf7fffbac
1
src/ie.h
1
src/ie.h
@ -233,6 +233,7 @@ void ie_tlv_iter_init(struct ie_tlv_iter *iter, const unsigned char *tlv,
|
||||
unsigned int len);
|
||||
void ie_tlv_iter_recurse(struct ie_tlv_iter *iter,
|
||||
struct ie_tlv_iter *recurse);
|
||||
|
||||
static inline unsigned int ie_tlv_iter_get_tag(struct ie_tlv_iter *iter)
|
||||
{
|
||||
return iter->tag;
|
||||
|
Loading…
Reference in New Issue
Block a user