From 9c9fd5da15573a702efe5adc054c96a9eb8aa0ce Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 14 Mar 2011 19:00:08 +0100 Subject: Overall indentation fixes. Use spaces instead of tabs for source code indentation only, strip trailing whitespaces from lines. Signed-off-by: Lukas Fleischer --- src/vars.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vars.c') diff --git a/src/vars.c b/src/vars.c index 5394ba4..03cd0c9 100644 --- a/src/vars.c +++ b/src/vars.c @@ -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) -- cgit v1.2.3-54-g00ecf