daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcap/+/31589 )
Change subject: cosmetic: Remove trailing whitespace ......................................................................
cosmetic: Remove trailing whitespace
Change-Id: I33c8747f1f9c1020232e91d5559f0a06a31857d8 --- M src/osmo_common.c 1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/89/31589/1
diff --git a/src/osmo_common.c b/src/osmo_common.c index 39f448a..6a12728 100644 --- a/src/osmo_common.c +++ b/src/osmo_common.c @@ -62,7 +62,7 @@ .num_cat = ARRAY_SIZE(default_categories), };
-const char *osmopcap_copyright = +const char *osmopcap_copyright = "Copyright (C) 2011-2017 Holger Freyther and contributors\r\n" "License AGPLv3+: GNU AGPL version 3 or later http://gnu.org/licenses/agpl-3.0.html\r\n" "This is free software: you are free to change and redistribute it.\r\n" @@ -86,7 +86,7 @@ break; }
- return vty->node; + return vty->node; }
int osmopcap_is_config_node(struct vty *vty, int node)