if (f->fmt.pix.width <= max_video_width &&
                    f->fmt.pix.height <= max_video_height)
                        camera_port = port =
-                           &dev->component[COMP_CAMERA]->
-                           output[CAM_PORT_VIDEO];
+                           &dev->component[COMP_CAMERA]->output[CAM_PORT_VIDEO];
                else
                        camera_port = port =
-                           &dev->component[COMP_CAMERA]->
-                           output[CAM_PORT_CAPTURE];
+                           &dev->component[COMP_CAMERA]->output[CAM_PORT_CAPTURE];
                break;
        case COMP_IMAGE_ENCODE:
                encode_component = dev->component[COMP_IMAGE_ENCODE];
                                                 port->current_buffer.size);
                                        port->current_buffer.size =
                                            (f->fmt.pix.sizeimage <
-                                            (100 << 10))
-                                           ? (100 << 10)
-                                           : f->fmt.pix.sizeimage;
+                                            (100 << 10)) ?
+                                           (100 << 10) : f->fmt.pix.sizeimage;
                                }
                                v4l2_dbg(1, bcm2835_v4l2_debug,
                                         &dev->v4l2_dev,