From: anton Date: Wed, 21 Jun 2017 19:36:23 +0000 (+0000) Subject: Minor style(9) corrections and whitespace cleanup to csh. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9448619aca494e103810635523da58fc66e8a0f8;p=openbsd Minor style(9) corrections and whitespace cleanup to csh. ok deraadt@ tb@ --- diff --git a/bin/csh/file.c b/bin/csh/file.c index 42b32a3c698..867dee4b2f6 100644 --- a/bin/csh/file.c +++ b/bin/csh/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.25 2017/06/21 18:55:15 anton Exp $ */ +/* $OpenBSD: file.c,v 1.26 2017/06/21 19:36:23 anton Exp $ */ /* $NetBSD: file.c,v 1.11 1996/11/08 19:34:37 christos Exp $ */ /*- @@ -30,19 +30,18 @@ * SUCH DAMAGE. */ - -#include #include #include -#include +#include + #include #include +#include #include #include #include +#include #include -#include -#include #include "csh.h" #include "extern.h" @@ -61,13 +60,13 @@ #define FALSE 0 #endif -#define ESC '\033' - +#define ESC '\033' #define TABWIDTH 8 typedef enum { - LIST, RECOGNIZE -} COMMAND; + LIST, + RECOGNIZE +} COMMAND; struct cmdline { int fdin;