From 90f6ab2eceada8987fc6e5017ae415eade165c00 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 01:47:40 +0200 Subject: Use tabs for indentation, not spaces. Signed-off-by: Ralf Baechle --- hdlcutil/sethdlc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdlcutil/sethdlc.c') diff --git a/hdlcutil/sethdlc.c b/hdlcutil/sethdlc.c index 3389a9e..a9f16b3 100644 --- a/hdlcutil/sethdlc.c +++ b/hdlcutil/sethdlc.c @@ -222,7 +222,7 @@ static void print_bits(int (*bitproc)(void)) if (errno == EAGAIN) return; fprintf(stderr, "%s: Error %s (%i), cannot ioctl\n", - progname, strerror(errno), errno); + progname, strerror(errno), errno); return; } strcpy(cp = str, "00000000"); -- cgit v1.2.3