From: Uwe Hermann Date: Wed, 15 Oct 2014 13:23:22 +0000 (+0200) Subject: instance.c: Fix whitespace. X-Git-Tag: libsigrokdecode-0.4.0~155 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=bd6594c0cdae0a525e147c6e33e496ff87823d16 instance.c: Fix whitespace. --- diff --git a/instance.c b/instance.c index 6df6e10..d0e9d0a 100644 --- a/instance.c +++ b/instance.c @@ -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), - 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;