libbatadv: fix c indentation
This commit is contained in:
parent
896dae59f6
commit
ab89bacb55
@ -79,10 +79,8 @@ struct batadv_nlquery_opts {
|
|||||||
*
|
*
|
||||||
* Return: Return true when a attribute is missing, false otherwise
|
* Return: Return true when a attribute is missing, false otherwise
|
||||||
*/
|
*/
|
||||||
static inline bool
|
static inline bool batadv_genl_missing_attrs(struct nlattr *attrs[],
|
||||||
batadv_genl_missing_attrs(struct nlattr *attrs[],
|
const enum batadv_nl_attrs mandatory[], size_t num) {
|
||||||
const enum batadv_nl_attrs mandatory[], size_t num)
|
|
||||||
{
|
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
||||||
for (i = 0; i < num; i++) {
|
for (i = 0; i < num; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user