daniel has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcap/+/31589 )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )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(-)
Approvals: daniel: Looks good to me, approved pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/osmo_common.c b/src/osmo_common.c index 7c641e6..b90d339 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,5 +86,5 @@ break; }
- return vty->node; + return vty->node; }