media: tw9910: Whitespace alignment
Update multiline statements to open parenthesis. Update a ?: to a single line. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
99b010b66f
commit
d6fdad5541
@ -642,8 +642,7 @@ static int tw9910_s_power(struct v4l2_subdev *sd, int on)
|
||||
struct i2c_client *client = v4l2_get_subdevdata(sd);
|
||||
struct tw9910_priv *priv = to_tw9910(client);
|
||||
|
||||
return on ? tw9910_power_on(priv) :
|
||||
tw9910_power_off(priv);
|
||||
return on ? tw9910_power_on(priv) : tw9910_power_off(priv);
|
||||
}
|
||||
|
||||
static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height)
|
||||
|
Loading…
Reference in New Issue
Block a user