demo: Small indentation fix.

This commit is contained in:
Uwe Hermann 2011-01-19 23:47:21 +01:00
parent 1924f59f4b
commit 26ce0bbfd8
1 changed files with 6 additions and 6 deletions

View File

@ -282,13 +282,13 @@ static void thread_func(void *data)
/* Callback handling data */
static int receive_data(int fd, int revents, void *user_data)
{
struct datafeed_packet packet;
char c[BUFSIZE];
uint64_t z;
struct datafeed_packet packet;
char c[BUFSIZE];
uint64_t z;
/* Avoid compiler warnings. */
fd = fd;
revents = revents;
/* Avoid compiler warnings. */
fd = fd;
revents = revents;
do {
g_io_channel_read_chars(channels[0],