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:
parent
744d73fe90
commit
5b6d659400
@ -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>
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user