]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/maynuo-m97/api.c
Various minor cosmetics and consistency fixes.
[libsigrok.git] / src / hardware / maynuo-m97 / api.c
index 3910100a97899543e3e1cae0370fa2fd86ae63e9..494153fa3c6a1fbcc3d9cef2f9626742efade7ea 100644 (file)
@@ -128,7 +128,7 @@ static struct sr_dev_inst *probe_device(struct sr_modbus_dev_inst *modbus)
        int ret = maynuo_m97_get_model_version(modbus, &id, &version);
        if (ret != SR_OK)
                return NULL;
-       for (i=0; i<ARRAY_SIZE(supported_models); i++)
+       for (i = 0; i < ARRAY_SIZE(supported_models); i++)
                if (id == supported_models[i].id) {
                        model = &supported_models[i];
                        break;