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:
Dan Cross 2018-10-16 15:21:42 +00:00 committed by Andrew Pamment
parent 359a190ee9
commit 32d1c70622
8 changed files with 193 additions and 194 deletions

View File

@ -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]))