From 0d8c2aeb432d4490a2908d85d1769ed57376efae Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 8 Sep 2021 16:46:09 +0200 Subject: [PATCH] style: fix indentation b2155be6ac1b ('std-aux: add "libnm-std-aux/nm-linux-compat.h" header to avoid build errors') --- src/libnm-std-aux/nm-linux-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libnm-std-aux/nm-linux-compat.h b/src/libnm-std-aux/nm-linux-compat.h index 7ca7ec781c..7492d52788 100644 --- a/src/libnm-std-aux/nm-linux-compat.h +++ b/src/libnm-std-aux/nm-linux-compat.h @@ -16,7 +16,7 @@ #include #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"