Skip to content
Snippets Groups Projects
Commit ab89bacb authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind
Browse files

libbatadv: fix c indentation

parent 896dae59
No related branches found
No related tags found
No related merge requests found
......@@ -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++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment