From 891098f3bf12f90524cc0f5e7694a450e0c11f7f Mon Sep 17 00:00:00 2001 From: Ulrich Ölmann Date: Fri, 19 Oct 2018 06:43:03 +0200 Subject: state: fix indentation Signed-off-by: Sascha Hauer --- common/state/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/state') diff --git a/common/state/state.c b/common/state/state.c index 7f03259209..089d8f50d5 100644 --- a/common/state/state.c +++ b/common/state/state.c @@ -311,7 +311,7 @@ static int state_convert_node_variable(struct state *state, if ((conv == STATE_CONVERT_TO_NODE) || (conv == STATE_CONVERT_FIXUP)) { ret = of_property_write_string(new_node, "type", - vtype->type_name); + vtype->type_name); if (ret) goto out; -- cgit v1.2.3