1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-03 20:48:31 +00:00

whitespace cleanup

This commit is contained in:
Phil Sutter 2009-02-22 18:35:47 +01:00
parent 2c44e6dccf
commit e3ed9c62fb
3 changed files with 52 additions and 52 deletions

View File

@ -111,38 +111,38 @@ if BUILD_NVIDIA
nvidia = nvidia.c nvidia.h
endif
conky_SOURCES = \
conky_SOURCES = \
$(config_output) \
$(config_cookie) \
$(audacious) \
$(bmpx) \
colours.c \
colours.h \
common.c \
common.c \
conky.c \
conky.h \
$(freebsd) \
fs.c \
$(hddtemp) \
$(linux) \
fs.c \
$(hddtemp) \
$(linux) \
logging.h \
$(nvidia) \
mail.c \
mixer.c \
$(nvidia) \
mail.c \
mixer.c \
$(mpd) \
$(moc) \
$(moc) \
$(netbsd) \
$(openbsd) \
$(port_monitors) \
$(eve) \
$(rss) \
$(solaris) \
timed_thread.c \
timed_thread.h \
mboxscan.c \
mboxscan.h \
$(eve) \
$(rss) \
$(solaris) \
timed_thread.c \
timed_thread.h \
mboxscan.c \
mboxscan.h \
$(x11) \
$(xmms2) \
$(xmms2) \
$(ibm) \
specials.c \
specials.h \
@ -155,56 +155,56 @@ conky_SOURCES = \
algebra.h \
algebra.c
conky_LDFLAGS = \
$(PTHREAD_LIBS) \
conky_LDFLAGS = \
$(PTHREAD_LIBS) \
-lm
EXTRA_DIST = \
EXTRA_DIST = \
$(config_output) \
$(config_cookie) \
audacious.c \
audacious.h \
bmpx.c \
audacious.c \
audacious.h \
bmpx.c \
colours.c \
colours.h \
common.h \
common.h \
fonts.c \
fonts.h \
freebsd.c \
freebsd.h \
fs.h \
hddtemp.c \
hddtemp.h \
linux.c \
linux.h \
freebsd.c \
freebsd.h \
fs.h \
hddtemp.c \
hddtemp.h \
linux.c \
linux.h \
libmpdclient.c \
libmpdclient.h \
libtcp-portmon.c \
libtcp-portmon.h \
rss.h \
mail.h \
mixer.h \
moc.h \
moc.c \
mpd.c \
mpd.h \
netbsd.c \
nvidia.c \
nvidia.h \
openbsd.c \
openbsd.h \
solaris.c \
libtcp-portmon.c \
libtcp-portmon.h \
rss.h \
mail.h \
mixer.h \
moc.h \
moc.c \
mpd.c \
mpd.h \
netbsd.c \
nvidia.c \
nvidia.h \
openbsd.c \
openbsd.h \
solaris.c \
specials.c \
specials.h \
tailhead.c \
tailhead.h \
top.h \
diskio.h \
x11.c \
x11.h \
x11.c \
x11.h \
xmms2.c \
xmms2.h \
smapi.c \
smapi.c \
smapi.h \
ibm.c \
ibm.h \

View File

@ -232,7 +232,7 @@ void *audacious_thread_func(void *pvoid)
/* Main volume */
vol = audacious_remote_get_main_volume(session);
snprintf(items[AUDACIOUS_MAIN_VOLUME],
sizeof(items[AUDACIOUS_MAIN_VOLUME]) - 1, "%d", vol);
sizeof(items[AUDACIOUS_MAIN_VOLUME]) - 1, "%d", vol);
} while (0);
/* Deliver the refreshed items array to audacious_items. */

View File

@ -819,7 +819,7 @@ static void free_text_objects(struct text_object *root)
case OBJ_battery:
free(data.s);
break;
case OBJ_battery_short:
case OBJ_battery_short:
free(data.s);
break;
case OBJ_battery_time:
@ -4007,7 +4007,7 @@ static void generate_text_internal(char *p, int p_max_size,
/* mixer stuff */
OBJ(mixer) {
spaced_print(p, p_max_size, "%*d", 4,
spaced_print(p, p_max_size, "%*d", 4,
pad_percents, mixer_get_avg(obj->data.l));
}
OBJ(mixerl) {