From cfde4eb9113d779b4b43c7a056691fd3e307f2c2 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 23 Sep 2011 14:19:47 +0200 Subject: Fix indents --- src/io.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/io.c') diff --git a/src/io.c b/src/io.c index 8d01a8e..ff7db5a 100644 --- a/src/io.c +++ b/src/io.c @@ -68,7 +68,7 @@ process_line(char *line) struct context *ctx = global_rl_user_data; g_assert(global_rl_user_data); - + rl_reset_line_state(); if (line == NULL) { @@ -96,9 +96,9 @@ int cmumble_io_init(struct context *ctx) { struct termios term; - + ctx->io.input_channel = g_io_channel_unix_new(STDIN_FILENO); - + g_io_add_watch(ctx->io.input_channel, G_IO_IN | G_IO_HUP, read_cb, ctx); -- cgit