]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/sched.c
scpi: Add CMD_GET_SAMPLE_RATE to the command enum.
[libsigrok.git] / hardware / agilent-dmm / sched.c
index 0937a2859b4d5557f6f461fd68ef5e730bd9986e..290a2e7aee6a3ae56e0c0e1bdf2d151a0d6d181b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
@@ -144,7 +144,7 @@ static int agdmm_send(const struct sr_dev_inst *sdi, const char *cmd)
                sr_err("Failed to send: %s.", strerror(errno));
                return SR_ERR;
        }
-       
+
        return SR_OK;
 }