summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStefan Lengfeld <s.lengfeld@phytec.de>2016-11-02 08:54:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-11-03 07:20:13 +0100
commit2e93886c38dd5126f59481ff8fbc84c1cdc453ce (patch)
tree7befc7114d83d5e82eb156fcbc60d671a0ac3f68 /common
parent88b67f8ee47cee555342111481c252a39a390e44 (diff)
downloadbarebox-2e93886c38dd5126f59481ff8fbc84c1cdc453ce.tar.gz
barebox-2e93886c38dd5126f59481ff8fbc84c1cdc453ce.tar.xz
state: fix indentation
Signed-off-by: Stefan Lengfeld <s.lengfeld@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/state/state_variables.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/state/state_variables.c b/common/state/state_variables.c
index efc24562c1..1e37856c1f 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",