summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-01-11 14:25:22 +0100
committerThomas Haller <thaller@redhat.com>2016-01-11 14:25:38 +0100
commitd8384aa8e647b9eb77ea38c53981098b0b503f2f (patch)
treeb1191b2affcbfdd21584438e93e8c2c646173d06
parent61f400ac0361d72308db772fd94cb191aefc620d (diff)
downloadNetworkManager-d8384aa8e647b9eb77ea38c53981098b0b503f2f.tar.gz
trivial: fix whitespace
-rw-r--r--src/devices/nm-device.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index 5b96eacd12..4e35aad6f4 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -242,11 +242,11 @@ typedef struct {
NMActStageReturn (* act_stage2_config) (NMDevice *self,
NMDeviceStateReason *reason);
NMActStageReturn (* act_stage3_ip4_config_start) (NMDevice *self,
- NMIP4Config **out_config,
- NMDeviceStateReason *reason);
+ NMIP4Config **out_config,
+ NMDeviceStateReason *reason);
NMActStageReturn (* act_stage3_ip6_config_start) (NMDevice *self,
- NMIP6Config **out_config,
- NMDeviceStateReason *reason);
+ NMIP6Config **out_config,
+ NMDeviceStateReason *reason);
NMActStageReturn (* act_stage4_ip4_config_timeout) (NMDevice *self,
NMDeviceStateReason *reason);
NMActStageReturn (* act_stage4_ip6_config_timeout) (NMDevice *self,