mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 20:40:21 +01:00
style: fix indentation
b2155be6ac ('std-aux: add "libnm-std-aux/nm-linux-compat.h" header to avoid build errors')
This commit is contained in:
parent
b2155be6ac
commit
0d8c2aeb43
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue