]> sjero.net Git - linphone/commitdiff
fix indent
authorSimon Morlat <simon.morlat@linphone.org>
Mon, 1 Oct 2012 13:06:22 +0000 (15:06 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Mon, 1 Oct 2012 13:06:22 +0000 (15:06 +0200)
coreapi/linphonecall.c

index d43c457b67de9193b6aa9d300caa32cafd87ecd5..70ccac5eef6b3e18ce91ee4415b402b722baf259 100644 (file)
@@ -1431,7 +1431,7 @@ static void linphone_call_start_video_stream(LinphoneCall *call, const char *cna
                                cam=get_nowebcam_device();
                        }
                        if (!is_inactive){
-                call->log->video_enabled = TRUE;
+                               call->log->video_enabled = TRUE;
                                video_stream_set_direction (call->videostream, dir);
                                ms_message("%s lc rotation:%d\n", __FUNCTION__, lc->device_rotation);
                                video_stream_set_device_rotation(call->videostream, lc->device_rotation);