]> sigrok.org Git - libsigrok.git/commitdiff
scpi-pps: Minor style fix
authorSoeren Apel <redacted>
Sat, 28 Sep 2024 23:23:34 +0000 (01:23 +0200)
committerSoeren Apel <redacted>
Sat, 28 Sep 2024 23:23:34 +0000 (01:23 +0200)
src/hardware/scpi-pps/profiles.c

index aa113179689830596156d5071791eeda5371bc0e..577aa41e90ae0fa482150107c41c97ddc7c6b3a4 100644 (file)
@@ -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 */