ifpps: Remove unecessary whitespaces in mvwprintw() calls
commit4f42ef17be2bba0e3ed997d478beb596e5e57e0a
authorTobias Klauser <tklauser@distanz.ch>
Wed, 10 Jul 2013 21:16:23 +0000 (10 23:16 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 10 Jul 2013 21:16:23 +0000 (10 23:16 +0200)
tree8a4555537905b905bde843f8bb4f2f9c1319ce93
parent7ebae5df505c81dcfe61fbe86f2af38adf5b52b0
ifpps: Remove unecessary whitespaces in mvwprintw() calls

Remove trailing whitespace where they're not necessary for the
background to extend beyond the text. Replace whitespaces needed for
tabbing by setting the appropriate format string field width modifiers.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ifpps.c