libbatadv: fix c indentation

This commit is contained in:
Jan-Niklas Burfeind 2023-01-03 16:13:18 +01:00
parent 896dae59f6
commit ab89bacb55
2 changed files with 26 additions and 28 deletions

View File

@ -79,10 +79,8 @@ struct batadv_nlquery_opts {
*
* Return: Return true when a attribute is missing, false otherwise
*/
static inline bool
batadv_genl_missing_attrs(struct nlattr *attrs[],
const enum batadv_nl_attrs mandatory[], size_t num)
{
static inline bool batadv_genl_missing_attrs(struct nlattr *attrs[],
const enum batadv_nl_attrs mandatory[], size_t num) {
size_t i;
for (i = 0; i < num; i++) {