Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b07d6508 authored by YAMANE Toshiaki's avatar YAMANE Toshiaki Committed by Mauro Carvalho Chehab
Browse files

[media] Staging/media: fixed spacing coding style in go7007/wis-ov7640.c



fixed below checkpatch error.
- ERROR: that open brace { should be on the previous line

Signed-off-by: default avatarYAMANE Toshiaki <yamanetoshi@gmail.com>
Tested-by: default avatarPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent f72c77a0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -29,8 +29,7 @@ struct wis_ov7640 {
	int hue;
};

static u8 initial_registers[] =
{
static u8 initial_registers[] = {
	0x12, 0x80,
	0x12, 0x54,
	0x14, 0x24,