minor nit, fixup whitespace in libsigrok.h

This commit is contained in:
Gerhard Sittig 2017-04-16 17:17:27 +02:00 committed by Uwe Hermann
parent b7939d7cac
commit fe3004f5a0
1 changed files with 6 additions and 6 deletions

View File

@ -530,7 +530,7 @@ struct sr_analog_meaning {
struct sr_analog_spec { struct sr_analog_spec {
/** /**
* Number of significant digits after the decimal point if positive, * Number of significant digits after the decimal point if positive,
* or number of non-significant digits before the decimal point if * or number of non-significant digits before the decimal point if
* negative (refers to vendor specifications/datasheet or actual * negative (refers to vendor specifications/datasheet or actual
* device display). * device display).
@ -797,7 +797,7 @@ enum sr_configkey {
/** Coupling. */ /** Coupling. */
SR_CONF_COUPLING, SR_CONF_COUPLING,
/** Trigger matches. */ /** Trigger matches. */
SR_CONF_TRIGGER_MATCH, SR_CONF_TRIGGER_MATCH,
/** The device supports setting its sample interval, in ms. */ /** The device supports setting its sample interval, in ms. */
@ -806,16 +806,16 @@ enum sr_configkey {
/** Number of horizontal divisions, as related to SR_CONF_TIMEBASE. */ /** Number of horizontal divisions, as related to SR_CONF_TIMEBASE. */
SR_CONF_NUM_HDIV, SR_CONF_NUM_HDIV,
/** Number of vertical divisions, as related to SR_CONF_VDIV. */ /** Number of vertical divisions, as related to SR_CONF_VDIV. */
SR_CONF_NUM_VDIV, SR_CONF_NUM_VDIV,
/** Sound pressure level frequency weighting. */ /** Sound pressure level frequency weighting. */
SR_CONF_SPL_WEIGHT_FREQ, SR_CONF_SPL_WEIGHT_FREQ,
/** Sound pressure level time weighting. */ /** Sound pressure level time weighting. */
SR_CONF_SPL_WEIGHT_TIME, SR_CONF_SPL_WEIGHT_TIME,
/** Sound pressure level measurement range. */ /** Sound pressure level measurement range. */
SR_CONF_SPL_MEASUREMENT_RANGE, SR_CONF_SPL_MEASUREMENT_RANGE,
/** Max hold mode. */ /** Max hold mode. */