Commit 24d4fbdc authored by Dmitrii Wolf's avatar Dmitrii Wolf Committed by Mauro Carvalho Chehab
Browse files

media: atomisp: pci: fixed a curly bracket coding style issue.

parent 672fe1cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@ static struct v4l2_mbus_framefmt *__csi2_get_format(struct
	struct v4l2_subdev_state *sd_state,
	enum
	v4l2_subdev_format_whence
	which, unsigned int pad) {
	which, unsigned int pad)
{
	if (which == V4L2_SUBDEV_FORMAT_TRY)
		return v4l2_subdev_get_try_format(&csi2->subdev, sd_state,
						  pad);