]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/scpi-pps/profiles.c
Various minor whitespace fixes.
[libsigrok.git] / src / hardware / scpi-pps / profiles.c
index 5735234e47c19b658d79408cc1c342991bbc1d8d..e7d3119a6c379d0087a5d82850098b083aaf62bc 100644 (file)
@@ -302,7 +302,6 @@ struct scpi_command philips_pm2800_cmd[] = {
        { SCPI_CMD_GET_OVER_CURRENT_PROTECTION_ACTIVE, ":SOUR:CURR:PROT:TRIP?" },
 };
 
-
 SR_PRIV const struct scpi_pps pps_profiles[] = {
        /* HP 6632B */
        { "HP", "6632B", 0,
@@ -350,5 +349,5 @@ SR_PRIV const struct scpi_pps pps_profiles[] = {
                philips_pm2800_probe_channels,
        },
 };
-SR_PRIV unsigned int num_pps_profiles = ARRAY_SIZE(pps_profiles);
 
+SR_PRIV unsigned int num_pps_profiles = ARRAY_SIZE(pps_profiles);