mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 04:28:00 +02:00
platform: fix double whitespace for tun device in nm_platform_lnk_tun_to_string()
This commit is contained in:
parent
84b303217e
commit
530b5755ad
1 changed files with 1 additions and 1 deletions
|
|
@ -5120,7 +5120,7 @@ nm_platform_lnk_tun_to_string (const NMPlatformLnkTun *lnk, char *buf, gsize len
|
|||
type = nm_sprintf_buf (str_type, "tun type %u", (guint) lnk->type);
|
||||
|
||||
g_snprintf (buf, len,
|
||||
"%s " /* type */
|
||||
"%s" /* type */
|
||||
" pi %s" /* pi */
|
||||
" vnet_hdr %s" /* vnet_hdr */
|
||||
"%s" /* multi_queue */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue