summaryrefslogtreecommitdiff
path: root/funcs/func_cut.c
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
commitfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (patch)
tree42d2a87726d196f4db1c68489007520a4c597062 /funcs/func_cut.c
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'funcs/func_cut.c')
-rw-r--r--funcs/func_cut.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/funcs/func_cut.c b/funcs/func_cut.c
index c8cda134b..f8bc4941e 100644
--- a/funcs/func_cut.c
+++ b/funcs/func_cut.c
@@ -16,7 +16,7 @@
*/
/*! \file
- *
+ *
* \brief CUT function
*
* \author Tilghman Lesher <app_cut__v003@the-tilghman.com>
@@ -39,7 +39,7 @@
/*** DOCUMENTATION
<function name="SORT" language="en_US">
<synopsis>
- Sorts a list of key/vals into a list of keys, based upon the vals.
+ Sorts a list of key/vals into a list of keys, based upon the vals.
</synopsis>
<syntax>
<parameter name="keyval" required="true" argsep=":">
@@ -59,7 +59,7 @@
</function>
<function name="CUT" language="en_US">
<synopsis>
- Slices and dices strings, based upon a named delimiter.
+ Slices and dices strings, based upon a named delimiter.
</synopsis>
<syntax>
<parameter name="varname" required="true">
@@ -75,7 +75,7 @@
</syntax>
<description>
<para>Cut out information from a string (<replaceable>varname</replaceable>), based upon a named delimiter.</para>
- </description>
+ </description>
</function>
***/