Remove trailing whitespace
diff --git a/ip/iplink_vxlan.c b/ip/iplink_vxlan.c
index 9a8a9dc..b9a516e 100644
--- a/ip/iplink_vxlan.c
+++ b/ip/iplink_vxlan.c
@@ -198,7 +198,7 @@
 	if (!dst_port_set) {
 		fprintf(stderr, "vxlan: destination port not specified\n"
 			"Will use Linux kernel default (non-standard value)\n");
-		fprintf(stderr, 
+		fprintf(stderr,
 			"Use 'dstport 4789' to get the IANA assigned value\n"
 			"Use 'dstport 0' to get default and quiet this message\n");
 	}