Mostly trivial whitespace cleanups.
Clang-format and removing whitespace at the ends of lines. Signed-off-by: Dan Cross <patchdev@fat-dragon.org>
This commit is contained in:
parent
359a190ee9
commit
32d1c70622
@ -133,8 +133,7 @@ static const struct key_value_map commands[] = {
|
|||||||
{"NLBROWSER", MENU_NLBROWSER},
|
{"NLBROWSER", MENU_NLBROWSER},
|
||||||
{"SENDFEEDBACK", MENU_SENDFEEDBACK},
|
{"SENDFEEDBACK", MENU_SENDFEEDBACK},
|
||||||
{"BLOGDISPLAY", MENU_BLOGDISPLAY},
|
{"BLOGDISPLAY", MENU_BLOGDISPLAY},
|
||||||
{ "BLOGWRITE", MENU_BLOGWRITE }
|
{"BLOGWRITE", MENU_BLOGWRITE}};
|
||||||
};
|
|
||||||
|
|
||||||
#define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0]))
|
#define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0]))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user