opnsense-src/usr.bin/tip/tip
Dimitry Andric f5c072fb4c Fix the following -Werror warning from clang 10.0.0 in tip:
usr.bin/tip/tip/tip.c:428:4: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]
                        if (gch == EOF)
                        ^
usr.bin/tip/tip/tip.c:426:5: note: previous statement is here
                } else if (!cumode && gch == character(value(FORCE)))
                  ^

The intent was to have the EOF check grouped with the getchar() call
just above it.  This was accidentally introduced in r354624.

MFC after:	3 days
2020-01-29 20:56:31 +00:00
..
acu.c Fix various -Wpointer-compare warnings 2019-10-08 21:14:09 +00:00
acutab.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
cmds.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
cmdtab.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
cu.1 Add basic example to the cu(1) man page. Srsly, folks, you don't 2017-04-22 09:38:43 +00:00
cu.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
hunt.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
log.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
Makefile Move remote & phones to usr.bin/tip/tip/ 2018-09-19 14:56:53 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
partab.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
pathnames.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
phones Move remote & phones to usr.bin/tip/tip/ 2018-09-19 14:56:53 +00:00
remote Move remote & phones to usr.bin/tip/tip/ 2018-09-19 14:56:53 +00:00
remote.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
tip.1 Add EXAMPLES to tip(1) man page. 2018-04-28 12:24:05 +00:00
tip.c Fix the following -Werror warning from clang 10.0.0 in tip: 2020-01-29 20:56:31 +00:00
tip.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
tipout.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
uucplock.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
value.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
vars.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00