nm-daemon-helper: fix indentation

Ops.

Fixes: 9b802ff7f2 ('nm-daemon-helper: fix build with musl libc')
This commit is contained in:
Beniamino Galvani 2021-06-16 18:32:01 +02:00
parent 9b802ff7f2
commit e3e0afb011

View file

@ -7,7 +7,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#if defined(__GLIBC__)
#include <nss.h>
#include <nss.h>
#endif
#include "libnm-std-aux/nm-std-aux.h"