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 --- 6pack/m6pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '6pack/m6pack.c') diff --git a/6pack/m6pack.c b/6pack/m6pack.c index 43d20cf..541658d 100644 --- a/6pack/m6pack.c +++ b/6pack/m6pack.c @@ -459,7 +459,7 @@ int main(int argc, char *argv[]) return 1; } - numptys = argc - optind - 1; + numptys = argc - optind - 1; if (numptys + ptmxdevices > MAX_PTYS) { fprintf(stderr, "m6pack: max %d pty interfaces allowed.\n", -- cgit v1.2.3