Overall indentation fixes.

Use spaces instead of tabs for source code indentation only, strip
trailing whitespaces from lines.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2011-03-14 19:00:08 +01:00
parent 55262a3074
commit 9c9fd5da15
19 changed files with 2259 additions and 2259 deletions

View File

@@ -84,9 +84,9 @@ char *daynames[8] = {
N_("Sun")
};
/*
/*
* variables to store data path names, which are initialized in
* io_init()
* io_init()
*/
char path_dir[] = "";
char path_todo[] = "";
@@ -108,7 +108,7 @@ struct nbar nbar;
struct dmon_conf dmon;
/*
* Variables init
* Variables init
*/
void
vars_init (struct conf *conf)