summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/help.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
commit2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch)
treea3959baf797787918878bec6d58d6a0fb743ad0a /gnu/lib/libdialog/help.c
parent4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff)
downloadFreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip
FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'gnu/lib/libdialog/help.c')
-rw-r--r--gnu/lib/libdialog/help.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/lib/libdialog/help.c b/gnu/lib/libdialog/help.c
index 51a1826..de49c6a 100644
--- a/gnu/lib/libdialog/help.c
+++ b/gnu/lib/libdialog/help.c
@@ -1,5 +1,5 @@
/***************************************************************
- *
+ *
* Program: help.c
* Author: Marc van Kempen
* Desc: get help
@@ -16,7 +16,7 @@
* responsible for the proper functioning of this software, nor does
* the author assume any responsibility for damages incurred with
* its use.
- *
+ *
***************************************************************/
#include <stdlib.h>
@@ -111,7 +111,7 @@ display_helpfile(void)
return;
} /* display_helpfile() */
-
+
/******************************************************************
*
@@ -121,7 +121,7 @@ display_helpfile(void)
void
use_helpline(char *hline)
-/*
+/*
* desc: set the helpline to printed in dialogs
*/
{
@@ -177,7 +177,7 @@ get_helpline(void)
} else {
hlp = NULL;
}
-
+
return(hlp);
} /* get_helpline() */
OpenPOWER on IntegriCloud