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 --- kiss/kissattach.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kiss/kissattach.c') diff --git a/kiss/kissattach.c b/kiss/kissattach.c index e61eabb..0f62892 100644 --- a/kiss/kissattach.c +++ b/kiss/kissattach.c @@ -70,7 +70,7 @@ static int readconfig(char *port) if ((fp = fopen(CONF_AXPORTS_FILE, "r")) == NULL) { fprintf(stderr, "%s: cannot open axports file %s\n", - progname, CONF_AXPORTS_FILE); + progname, CONF_AXPORTS_FILE); return FALSE; } @@ -214,7 +214,7 @@ static int startiface(char *dev, struct hostent *hp) static void usage(void) { - fprintf(stderr, "usage: %s [-b] [-l] [-m mtu] [-v] tty port [inetaddr]\n", progname); + fprintf(stderr, "usage: %s [-b] [-l] [-m mtu] [-v] tty port [inetaddr]\n", progname); } int main(int argc, char *argv[]) @@ -224,7 +224,7 @@ int main(int argc, char *argv[]) char dev[64]; int v = 4; char *namepts = NULL; /* name of the unix98 pts slave, which - * the client has to use */ + * the client has to use */ struct hostent *hp = NULL; progname = kiss_basename(argv[0]); @@ -291,7 +291,7 @@ int main(int argc, char *argv[]) if (!readconfig(portname)) return 1; - if (inetaddr && (hp = gethostbyname(inetaddr)) == NULL) { + if (inetaddr && (hp = gethostbyname(inetaddr)) == NULL) { fprintf(stderr, "%s: invalid internet name/address - %s\n", progname, inetaddr); return 1; } -- cgit v1.2.3