Commit 12fe746f authored by Leonid V. Fedorenchik's avatar Leonid V. Fedorenchik Committed by Greg Kroah-Hartman
Browse files

Staging: cx25821: Change indent with spaces to tabs 31



Change indent with spaces to tabs.

Signed-off-by: default avatarLeonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 16a81efe
Loading
Loading
Loading
Loading
+17 −18
Original line number Diff line number Diff line
@@ -1849,9 +1849,8 @@ static long video_ioctl_set(struct file *file, unsigned int cmd,

	switch (command) {
	case SET_VIDEO_STD:
	       dev->tvnorm =
		   !strcmp(data_from_user->vid_stdname,
			   "PAL") ? V4L2_STD_PAL_BG : V4L2_STD_NTSC_M;
		dev->tvnorm = !strcmp(data_from_user->vid_stdname, "PAL") ?
					V4L2_STD_PAL_BG : V4L2_STD_NTSC_M;
		medusa_set_videostandard(dev);
		break;