1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 02:55:12 +00:00

sort includes and be more consitent with /* */

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@595 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Jasper 2006-03-16 16:20:30 +00:00
parent 744d73fe90
commit 5b6d659400
2 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,13 @@
/** bmpx.c
/*
* bmpx.c
* BMPx client
*
* $Id$
*/
#include <dbus/dbus-glib.h>
#include <bmpx/dbus.h>
#include <dbus/dbus-glib.h>
#include <stdio.h>
#include <string.h>

View File

@ -167,7 +167,7 @@ void update_stuff()
need_mask |= 1 << INFO_BUFFERS;
/* clear speeds and up status in case device was removed and doesn't get
* updated */
updated */
for (i = 0; i < 16; i++) {
if (netstats[i].dev) {