style: fix indentation

b2155be6ac ('std-aux: add "libnm-std-aux/nm-linux-compat.h" header to avoid build errors')
This commit is contained in:
Thomas Haller 2021-09-08 16:46:09 +02:00
parent b2155be6ac
commit 0d8c2aeb43
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -16,7 +16,7 @@
#include <linux/const.h>
#ifndef __KERNEL_DIV_ROUND_UP
#define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) -1) / (d))
#define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) -1) / (d))
#endif
#include "linux-headers/ethtool.h"