aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/gethost.c
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2021-05-19 21:12:27 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2021-05-19 21:12:27 +0000
commit6560ac57ce879857203bc456cdc3849808dc0700 (patch)
tree79dc4d216d70df0bca6e9ccdfa4ba994fc1cb008 /contrib/tcsh/gethost.c
parent6190ff6104aed4cd753019325a252c4d66495b5e (diff)
parent174d8b60324d7e8754709f7155e13ca95220b48c (diff)
downloadsrc-6560ac57ce879857203bc456cdc3849808dc0700.tar.gz
src-6560ac57ce879857203bc456cdc3849808dc0700.zip
tcsh: update to version 6.22.04.
Merge commit '174d8b60324d7e8754709f7155e13ca95220b48c' into main. MFC After: 2 weeks
Diffstat (limited to 'contrib/tcsh/gethost.c')
-rw-r--r--contrib/tcsh/gethost.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tcsh/gethost.c b/contrib/tcsh/gethost.c
index ddb09f3ea4c1..a21c0fc166ce 100644
--- a/contrib/tcsh/gethost.c
+++ b/contrib/tcsh/gethost.c
@@ -49,10 +49,10 @@
#define ISSPACE(p) (isspace((unsigned char) (p)) && (p) != '\n')
-/*
+/*
* We cannot do that, because some compilers like #line and others
* like # <lineno>
- * #define LINEDIRECTIVE
+ * #define LINEDIRECTIVE
*/
static const char *keyword[] =
@@ -217,7 +217,7 @@ explode(const char *defs)
buf = cat(buf, eptr + 1, 0);
return buf;
}
-
+
int
main(int argc, char *argv[])
@@ -357,7 +357,7 @@ main(int argc, char *argv[])
(void) fprintf(stdout, "# if (%s) && !defined(_%s_)\n",
explode(defs), keyword[token]);
else
- (void) fprintf(stdout, "# if !defined(_%s_)\n",
+ (void) fprintf(stdout, "# if !defined(_%s_)\n",
keyword[token]);
if (gettoken(&ptr, stmt) == NULL) {