Skip to content

Commit 00d10cb

Browse files
author
Denys Vlasenko
committed
docs/embedded-scripts.txt: whitespace fix
Signed-off-by: Denys Vlasenko <[email protected]>
1 parent aaade69 commit 00d10cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/embedded-scripts.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ Next we need the configuration data. This is very similar to the example
5555
code for the native applet:
5656

5757
//config:config MU
58-
//config: bool "MU"
59-
//config: default y
60-
//config: help
61-
//config: Returns an indeterminate value.
58+
//config: bool "MU"
59+
//config: default y
60+
//config: help
61+
//config: Returns an indeterminate value.
6262

6363
//applet:IF_MU(APPLET_SCRIPTED(mu, scripted, BB_DIR_USR_BIN, BB_SUID_DROP, mu))
6464

6565
//usage:#define mu_trivial_usage
66-
//usage: "[-abcde] FILE..."
66+
//usage: "[-abcde] FILE..."
6767
//usage:#define mu_full_usage
68-
//usage: "Returns an indeterminate value\n"
69-
//usage: "\n -a First function"
70-
//usage: "\n -b Second function"
68+
//usage: "Returns an indeterminate value\n"
69+
//usage: "\n -a First function"
70+
//usage: "\n -b Second function"
7171

7272
The only difference is that the applet is specified as being of type
7373
APPLET_SCRIPTED. It would also be useful to include details of any

0 commit comments

Comments
 (0)