From bd6594c0cdae0a525e147c6e33e496ff87823d16 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 15 Oct 2014 15:23:22 +0200 Subject: [PATCH] instance.c: Fix whitespace. --- instance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2