aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-08-12 16:41:34 +0700
committerlaforge <laforge@osmocom.org>2020-08-15 07:46:53 +0000
commit523c4e0f448a4db1734341cea7908d6a343d0275 (patch)
tree5a3a3f6637ff1be57714c8e747fd5e6c8c8c0357 /include/osmocom
parent1d7ae15625db852794018525484516f86227cfd0 (diff)
vty/command: cosmetic: drop redundant line break
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/vty/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index e3692dc8..da8d202f 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -238,7 +238,7 @@ struct desc {
DEFUN_ATTR (funcname, cmdname, cmdstr, helpstr, CMD_ATTR_HIDDEN)
#define DEFUN_DEPRECATED(funcname, cmdname, cmdstr, helpstr) \
- DEFUN_ATTR (funcname, cmdname, cmdstr, helpstr, CMD_ATTR_DEPRECATED) \
+ DEFUN_ATTR (funcname, cmdname, cmdstr, helpstr, CMD_ATTR_DEPRECATED)
/* DEFUN_NOSH for commands that vtysh should ignore */
#define DEFUN_NOSH(funcname, cmdname, cmdstr, helpstr) \