summaryrefslogtreecommitdiff
path: root/lib/libedit/parse.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-02-17 19:47:49 +0000
committerchristos <christos@NetBSD.org>2016-02-17 19:47:49 +0000
commite49871f3623e95d4e76861c2b0abaea4829f8e6a (patch)
tree1ed3fcb19d93eb4dcc1093bfb90beb9af1e334e2 /lib/libedit/parse.c
parentc2f393918be24b07704f6666d3a9f7fbe42b979f (diff)
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
Diffstat (limited to 'lib/libedit/parse.c')
-rw-r--r--lib/libedit/parse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c
index ca9b3d3d957..ee58296c25f 100644
--- a/lib/libedit/parse.c
+++ b/lib/libedit/parse.c
@@ -1,4 +1,4 @@
-/* $NetBSD: parse.c,v 1.34 2016/02/16 22:53:14 christos Exp $ */
+/* $NetBSD: parse.c,v 1.35 2016/02/17 19:47:49 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: parse.c,v 1.34 2016/02/16 22:53:14 christos Exp $");
+__RCSID("$NetBSD: parse.c,v 1.35 2016/02/17 19:47:49 christos Exp $");
#endif
#endif /* not lint && not SCCSID */
@@ -64,9 +64,9 @@ private const struct {
const Char *name;
int (*func)(EditLine *, int, const Char **);
} cmds[] = {
- { STR("bind"), map_bind },
+ { STR("bind"), map_bind },
{ STR("echotc"), terminal_echotc },
- { STR("edit"), el_editmode },
+ { STR("edit"), el_editmode },
{ STR("history"), hist_command },
{ STR("telltc"), terminal_telltc },
{ STR("settc"), terminal_settc },