libnm/trivial: fix indentation in "NetworkManager.h"

This commit is contained in:
Thomas Haller 2022-03-18 23:28:21 +01:00
parent f6ee923ff5
commit ccce9d394f
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -120,8 +120,8 @@
#if !defined(NETWORKMANAGER_COMPILATION) \
&& (!defined(NM_NO_INCLUDE_EXTRA_HEADERS) || !NM_NO_INCLUDE_EXTRA_HEADERS)
/* historically, NetworkManager.h drags in the following system headers.
* These are not strictly necessary and the user may wish to opt out from
* including them. */
* These are not strictly necessary and the user may wish to opt out from
* including them. */
#include <linux/if_ether.h>
#include <linux/if_infiniband.h>
#include <linux/if_vlan.h>