From 2e93886c38dd5126f59481ff8fbc84c1cdc453ce Mon Sep 17 00:00:00 2001 From: Stefan Lengfeld Date: Wed, 2 Nov 2016 08:54:28 +0100 Subject: [PATCH] state: fix indentation Signed-off-by: Stefan Lengfeld Signed-off-by: Sascha Hauer --- common/state/state_variables.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/state/state_variables.c b/common/state/state_variables.c index efc24562c..1e37856c1 100644 --- a/common/state/state_variables.c +++ b/common/state/state_variables.c @@ -441,9 +441,9 @@ static struct variable_type types[] = { { .type = STATE_TYPE_U8, .type_name = "uint8", - .export = state_uint32_export, - .import = state_uint32_import, - .create = state_uint8_create, + .export = state_uint32_export, + .import = state_uint32_import, + .create = state_uint8_create, }, { .type = STATE_TYPE_U32, .type_name = "uint32",