summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-04-16 17:56:30 +0200
committerThomas Haller <thaller@redhat.com>2021-04-19 15:39:54 +0200
commit7deee1c6df4808440e70845ffb9948d19fe4a1da (patch)
tree44a3ac195bd003e847c7a28edad335ffc8f72c87
parent638d52f421d16d3b744e5c95d1e52486529f880a (diff)
downloadNetworkManager-th/minor-cleanups.tar.gz
core/trival: style cleanupth/minor-cleanups
-rw-r--r--src/core/ppp/nm-ppp-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ppp/nm-ppp-manager.c b/src/core/ppp/nm-ppp-manager.c
index 137fccf31f..85f8d9aba6 100644
--- a/src/core/ppp/nm-ppp-manager.c
+++ b/src/core/ppp/nm-ppp-manager.c
@@ -1446,8 +1446,8 @@ nm_ppp_manager_class_init(NMPPPManagerClass *manager_class)
NULL,
G_TYPE_NONE,
2,
- G_TYPE_UINT /*guint32 in_bytes*/,
- G_TYPE_UINT /*guint32 out_bytes*/);
+ G_TYPE_UINT, /* guint32 in_bytes */
+ G_TYPE_UINT); /* guint32 out_bytes */
}
NMPPPOps ppp_ops = {