]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/agilent-dmm/api.c
drivers: Shorten some unnecessarily long arrays.
[libsigrok.git] / src / hardware / agilent-dmm / api.c
index 1e462a170f6bab8019d3965950c9f7df4171d953..b03a9e986508332c91afbfbbe8f078745c273f00 100644 (file)
@@ -51,11 +51,7 @@ static const uint64_t samplerates[] = {
 };
 
 static const char *data_sources[] = {
-       "Live",
-       "Log-Hand",
-       "Log-Trig",
-       "Log-Auto",
-       "Log-Export",
+       "Live", "Log-Hand", "Log-Trig", "Log-Auto", "Log-Export",
 };
 
 extern const struct agdmm_job agdmm_jobs_live[];