X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Flecroy-xstream%2Fprotocol.c;fp=src%2Fhardware%2Flecroy-xstream%2Fprotocol.c;h=7aebdc59004e8b940de06e39686b079f10362022;hb=f8195cb2da3268c89e24071ed32ab9acdded5bc0;hp=ce9b24d5acb168d5b3d4527a7d25be5d288f25f2;hpb=76d10d1324883c49fa3da1b57507fb5a92b846be;p=libsigrok.git diff --git a/src/hardware/lecroy-xstream/protocol.c b/src/hardware/lecroy-xstream/protocol.c index ce9b24d5..7aebdc59 100644 --- a/src/hardware/lecroy-xstream/protocol.c +++ b/src/hardware/lecroy-xstream/protocol.c @@ -84,19 +84,11 @@ static const char *coupling_options[] = { }; static const char *scope_trigger_slopes[] = { - "POS", - "NEG", - NULL, + "POS", "NEG", NULL, }; static const char *trigger_sources[] = { - "C1", - "C2", - "C3", - "C4", - "LINE", - "EXT", - NULL, + "C1", "C2", "C3", "C4", "LINE", "EXT", NULL, }; static const struct sr_rational timebases[] = { @@ -170,10 +162,7 @@ static const struct sr_rational vdivs[] = { }; static const char *scope_analog_channel_names[] = { - "CH1", - "CH2", - "CH3", - "CH4", + "CH1", "CH2", "CH3", "CH4", }; static const struct scope_config scope_models[] = {