TBR: Re-generate vdl.go file.

Change-Id: If03cdfe2a98dbaf6fba27ef0683a4f829022b76e
diff --git a/go/src/v.io/x/media_sharing/media.vdl.go b/go/src/v.io/x/media_sharing/media.vdl.go
index 7899003..0bdd263 100644
--- a/go/src/v.io/x/media_sharing/media.vdl.go
+++ b/go/src/v.io/x/media_sharing/media.vdl.go
@@ -216,7 +216,7 @@
 		},
 		{
 			Name: "DisplayBytes",
-			Doc:  "// DisplayBytes will cause the server to display whatever media is\n// sent in the stream.  In the case of audio or movie media, the \n// media should be played while the data is streaming.  The mediaType\n// can be used by the server to decide how to display the media.",
+			Doc:  "// DisplayBytes will cause the server to display whatever media is\n// sent in the stream.  In the case of audio or movie media, the\n// media should be played while the data is streaming.  The mediaType\n// can be used by the server to decide how to display the media.",
 			InArgs: []rpc.ArgDesc{
 				{"mediaType", ``}, // string
 			},