diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-03-14 19:00:08 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-03-14 19:03:53 +0100 |
commit | 9c9fd5da15573a702efe5adc054c96a9eb8aa0ce (patch) | |
tree | 47b14650b9dc34e032a9e744651b1b921365d206 /src/vars.c | |
parent | 55262a30743095ad4dbc14dc06f4487be11f9bd8 (diff) | |
download | calcurse-9c9fd5da15573a702efe5adc054c96a9eb8aa0ce.zip |
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>
Diffstat (limited to 'src/vars.c')
-rw-r--r-- | src/vars.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |