summaryrefslogtreecommitdiffstats
path: root/cmd-string.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 01:51:22 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 01:51:22 +0000
commita1b43faa436430e76da7da5ee321113a87ce719c (patch)
tree3c2a5d5338d5db43f91ceccbb6d2fbea97f022ba /cmd-string.c
parent430d2194362e177b55c5fc66ee95f3a968ed62e1 (diff)
Trim spaces.
Diffstat (limited to 'cmd-string.c')
-rw-r--r--cmd-string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-string.c b/cmd-string.c
index ab8e49b4..c449c61c 100644
--- a/cmd-string.c
+++ b/cmd-string.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-string.c,v 1.9 2008-12-10 19:50:35 nicm Exp $ */
+/* $Id: cmd-string.c,v 1.10 2009-01-10 01:51:21 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -133,7 +133,7 @@ cmd_string_parse(const char *s, struct cmd **cmd, char **cause)
if ((*cmd = cmd_parse(argc, argv, cause)) == NULL)
goto out;
-
+
rval = 0;
goto out;
default: