From: Soeren Apel Date: Sat, 28 Sep 2024 23:23:34 +0000 (+0200) Subject: scpi-pps: Minor style fix X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=84a7d088f35030c97e2c3dcb07ec560ff747e954;p=libsigrok.git scpi-pps: Minor style fix --- diff --git a/src/hardware/scpi-pps/profiles.c b/src/hardware/scpi-pps/profiles.c index aa113179..577aa41e 100644 --- a/src/hardware/scpi-pps/profiles.c +++ b/src/hardware/scpi-pps/profiles.c @@ -1792,8 +1792,8 @@ SR_PRIV const struct scpi_pps pps_profiles[] = { ARRAY_AND_SIZE(keysight_e36300a_cg), keysight_e36300a_cmd, .probe_channels = NULL, - .init_acquisition=NULL, - .update_status=NULL, + .init_acquisition = NULL, + .update_status = NULL, }, /* Keysight E36312A */ @@ -1804,8 +1804,8 @@ SR_PRIV const struct scpi_pps pps_profiles[] = { ARRAY_AND_SIZE(keysight_e36300a_cg), keysight_e36300a_cmd, .probe_channels = NULL, - .init_acquisition=NULL, - .update_status=NULL, + .init_acquisition = NULL, + .update_status = NULL, }, /* Keysight E36313A; NOT TESTED*/ @@ -1816,8 +1816,8 @@ SR_PRIV const struct scpi_pps pps_profiles[] = { ARRAY_AND_SIZE(keysight_e36300a_cg), keysight_e36300a_cmd, .probe_channels = NULL, - .init_acquisition=NULL, - .update_status=NULL, + .init_acquisition = NULL, + .update_status = NULL, }, /* Rigol DP700 series */