]> sigrok.org Git - libsigrokdecode.git/commitdiff
instance.c: Fix whitespace.
authorUwe Hermann <redacted>
Wed, 15 Oct 2014 13:23:22 +0000 (15:23 +0200)
committerUwe Hermann <redacted>
Wed, 15 Oct 2014 13:23:22 +0000 (15:23 +0200)
instance.c

index 6df6e10d7e1bdf776a5ace649fcf1b8e1f9302a6..d0e9d0ac5f663626da3a7545b59f74beb450b666 100644 (file)
@@ -115,7 +115,7 @@ SRD_API int srd_inst_option_set(struct srd_decoder_inst *di,
                if ((value = g_hash_table_lookup(options, sdo->id))) {
                        /* A value was supplied for this option. */
                        if (!g_variant_type_equal(g_variant_get_type(value),
                if ((value = g_hash_table_lookup(options, sdo->id))) {
                        /* A value was supplied for this option. */
                        if (!g_variant_type_equal(g_variant_get_type(value),
-                                 g_variant_get_type(sdo-> def))) {
+                                 g_variant_get_type(sdo->def))) {
                                srd_err("Option '%s' should have the same type "
                                        "as the default value.", sdo->id);
                                goto err_out;
                                srd_err("Option '%s' should have the same type "
                                        "as the default value.", sdo->id);
                                goto err_out;