staging: vc04_services: bcm2835-camera: Add blank line after declaration

Add blank line after declaration. Issue found with checkpatch.

Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Nishka Dasgupta 2018-03-20 20:47:22 +00:00 committed by Greg Kroah-Hartman
parent 8c3696102f
commit 7c1f094ac6
1 changed files with 1 additions and 0 deletions

View File

@ -1270,6 +1270,7 @@ int bm2835_mmal_init_controls(struct bm2835_mmal_dev *dev,
* mismatches. * mismatches.
*/ */
int i; int i;
mask = 1 << V4L2_SCENE_MODE_NONE; mask = 1 << V4L2_SCENE_MODE_NONE;
for (i = 0; for (i = 0;
i < ARRAY_SIZE(scene_configs); i < ARRAY_SIZE(scene_configs);