summaryrefslogtreecommitdiffstats
path: root/bin/sh/alias.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
commit188803394908f222ab3ed8ec32331eb6dd00fd2d (patch)
treeac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/sh/alias.c
parent8737971a6da37e8fb1df8b8129813b45db5d6261 (diff)
downloadFreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.zip
FreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.tar.gz
Remove trailing whitespace.
Reviewed by: phk
Diffstat (limited to 'bin/sh/alias.c')
-rw-r--r--bin/sh/alias.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/alias.c b/bin/sh/alias.c
index 97292af..c851287 100644
--- a/bin/sh/alias.c
+++ b/bin/sh/alias.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: alias.c,v 1.2 1994/09/24 02:57:20 davidg Exp $
*/
#ifndef lint
@@ -227,7 +227,7 @@ unaliascmd(argc, argv)
char **argv;
{
int i;
-
+
while ((i = nextopt("a")) != '\0') {
if (i == 'a') {
rmaliases();
OpenPOWER on IntegriCloud