From 6914f4213f27693f07df123666d8fc4d032c15e6 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 16 Jun 2021 18:32:01 +0200 Subject: [PATCH] nm-daemon-helper: fix indentation Ops. Fixes: 9b802ff7f2d8 ('nm-daemon-helper: fix build with musl libc') (cherry picked from commit e3e0afb0110c23b6f4b43ff4b8927244bc6a4356) --- src/nm-daemon-helper/nm-daemon-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-daemon-helper/nm-daemon-helper.c b/src/nm-daemon-helper/nm-daemon-helper.c index 21a71e3c4a..e91e71845b 100644 --- a/src/nm-daemon-helper/nm-daemon-helper.c +++ b/src/nm-daemon-helper/nm-daemon-helper.c @@ -7,7 +7,7 @@ #include #include #if defined(__GLIBC__) -#include + #include #endif #include "libnm-std-aux/nm-std-aux.h"