summaryrefslogtreecommitdiffstats
path: root/lib/libedit/prompt.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:51:47 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:51:47 +0000
commitf05428e4cd63dde97bac14b84dd146a5c00455e3 (patch)
treee1331adb5d216f2b3fa6baa6491752348d2e5f10 /lib/libedit/prompt.c
parent6de57e42c294763c78d77b0a9a7c5a08008a378a (diff)
downloadFreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.zip
FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'lib/libedit/prompt.c')
-rw-r--r--lib/libedit/prompt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c
index cea7ad7..59ba200 100644
--- a/lib/libedit/prompt.c
+++ b/lib/libedit/prompt.c
@@ -83,7 +83,7 @@ prompt_print(el)
/* prompt_init():
* Initialize the prompt stuff
*/
-protected int
+protected int
prompt_init(el)
EditLine *el;
{
@@ -98,7 +98,7 @@ prompt_init(el)
* Clean up the prompt stuff
*/
protected void
-/*ARGSUSED*/
+/*ARGSUSED*/
prompt_end(el)
EditLine *el;
{
@@ -108,7 +108,7 @@ prompt_end(el)
/* prompt_set():
* Install a prompt printing function
*/
-protected int
+protected int
prompt_set(el, prf)
EditLine *el;
el_pfunc_t prf;
OpenPOWER on IntegriCloud