Staging: cx25821: Change indent with spaces to tabs 25

Change indent with spaces to tabs.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Leonid V. Fedorenchik
2011-09-16 14:15:02 +08:00
committed by Greg Kroah-Hartman
parent 8a911ed9c0
commit 75965b8f6f

View File

@@ -1716,8 +1716,7 @@ static long video_ioctl_upstream9(struct file *file, unsigned int cmd,
command = data_from_user->command;
if (command != UPSTREAM_START_VIDEO &&
command != UPSTREAM_STOP_VIDEO)
if (command != UPSTREAM_START_VIDEO && command != UPSTREAM_STOP_VIDEO)
return 0;
dev->input_filename = data_from_user->input_filename;