From fa4788057569ef07de18d857672e816206f2b47d Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 28 Feb 2023 11:21:28 +0100 Subject: [PATCH] cosmetic: Remove trailing whitespace Change-Id: I33c8747f1f9c1020232e91d5559f0a06a31857d8 --- src/osmo_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ const struct log_info log_info = { .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 \r\n" "This is free software: you are free to change and redistribute it.\r\n" @@ -86,5 +86,5 @@ int osmopcap_go_parent(struct vty *vty) break; } - return vty->node; + return vty->node; }