Applied coding style to src/ui/

This commit is contained in:
James Booth
2015-10-25 23:31:11 +00:00
parent 4a6b729a54
commit 2ce43b633f
10 changed files with 188 additions and 189 deletions

View File

@@ -304,7 +304,7 @@ status_bar_get_password(void)
}
void
status_bar_print_message(const char * const msg)
status_bar_print_message(const char *const msg)
{
werase(status_bar);