summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2018-03-06 15:43:26 +0100
committerFrancesco Giudici <fgiudici@redhat.com>2018-03-26 18:03:07 +0200
commit0ed5cd5442887010a5ef465df4ffde5a13ef25ec (patch)
tree1817bd32c922b075f5a1545372bc8416e3d32ac9
parentdee6dd6e4e2802582e76fb6e8e40a7a86fb7d421 (diff)
downloadNetworkManager-0ed5cd5442887010a5ef465df4ffde5a13ef25ec.tar.gz
libnm-core: trivial: fix indentation
-rw-r--r--libnm-core/nm-setting-ip6-config.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libnm-core/nm-setting-ip6-config.c b/libnm-core/nm-setting-ip6-config.c
index 00e9391da1..ca3e3c5173 100644
--- a/libnm-core/nm-setting-ip6-config.c
+++ b/libnm-core/nm-setting-ip6-config.c
@@ -784,13 +784,13 @@ nm_setting_ip6_config_class_init (NMSettingIP6ConfigClass *ip6_class)
* example: IPV6_TOKEN=::53
* ---end---
*/
- g_object_class_install_property
- (object_class, PROP_TOKEN,
- g_param_spec_string (NM_SETTING_IP6_CONFIG_TOKEN, "", "",
- NULL,
- G_PARAM_READWRITE |
- NM_SETTING_PARAM_INFERRABLE |
- G_PARAM_STATIC_STRINGS));
+ g_object_class_install_property
+ (object_class, PROP_TOKEN,
+ g_param_spec_string (NM_SETTING_IP6_CONFIG_TOKEN, "", "",
+ NULL,
+ G_PARAM_READWRITE |
+ NM_SETTING_PARAM_INFERRABLE |
+ G_PARAM_STATIC_STRINGS));
/* IP6-specific property overrides */