msleep(300);
 
        /* enable the connection from camera to encoder (if applicable) */
-       if (dev->capture.camera_port != dev->capture.port
-           && dev->capture.camera_port) {
+       if (dev->capture.camera_port != dev->capture.port &&
+           dev->capture.camera_port) {
                ret = vchiq_mmal_port_enable(dev->instance,
                                             dev->capture.camera_port, NULL);
                if (ret) {
        switch (mfmt->mmal_component) {
        case MMAL_COMPONENT_CAMERA:
                /* Make a further decision on port based on resolution */
-               if (f->fmt.pix.width <= max_video_width
-                   && f->fmt.pix.height <= max_video_height)
+               if (f->fmt.pix.width <= max_video_width &&
+                   f->fmt.pix.height <= max_video_height)
                        camera_port = port =
                            &dev->component[MMAL_COMPONENT_CAMERA]->output[MMAL_CAMERA_PORT_VIDEO];
                else
 
        ret = vchiq_mmal_port_set_format(dev->instance, camera_port);
 
-       if (!ret
-           && camera_port ==
+       if (!ret &&
+           camera_port ==
            &dev->component[MMAL_COMPONENT_CAMERA]->output[MMAL_CAMERA_PORT_VIDEO]) {
                bool overlay_enabled =
                    !!dev->component[MMAL_COMPONENT_PREVIEW]->enabled;