summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-03-18 23:28:21 +0100
committerThomas Haller <thaller@redhat.com>2022-03-29 11:56:02 +0200
commitccce9d394f3cff731c0c26b22e4de20de10d188e (patch)
tree1e2c217df10a6bc5c6358c98e40aefbb23ff7a10
parentf6ee923ff568543dbb645da85b4923e5369446c8 (diff)
downloadNetworkManager-ccce9d394f3cff731c0c26b22e4de20de10d188e.tar.gz
libnm/trivial: fix indentation in "NetworkManager.h"
-rw-r--r--src/libnm-client-public/NetworkManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-client-public/NetworkManager.h b/src/libnm-client-public/NetworkManager.h
index 3134562e61..66f676a111 100644
--- a/src/libnm-client-public/NetworkManager.h
+++ b/src/libnm-client-public/NetworkManager.h
@@ -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>