From d8384aa8e647b9eb77ea38c53981098b0b503f2f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 11 Jan 2016 14:25:22 +0100 Subject: [PATCH] trivial: fix whitespace --- src/devices/nm-device.h | 8 ++++---- 1 file 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,