From 9f311d59e3736e66b33264271f76f0c0bf9d984d Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 16 Jan 2019 11:16:00 +0100 Subject: Documentation: state: fix closing brace without opening brace Also fix the resulting sphinx warning: Documentation/user/state.rst:650: WARNING: Explicit markup ends without a blank line; unexpected unindent. Signed-off-by: Roland Hieber Signed-off-by: Sascha Hauer --- Documentation/user/state.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/user/state.rst b/Documentation/user/state.rst index 89129add77..07743df0cb 100644 --- a/Documentation/user/state.rst +++ b/Documentation/user/state.rst @@ -647,7 +647,6 @@ within the EEPROM. }; }; }; -}; With this 'backend' definition it's possible to define the *state* variable set content, its backend-type and *state* variable layout. -- cgit v1.2.3