From d9ec3f37bf5b2a4ac78d30ff3603882d5a1a42c2 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 1 Oct 2012 15:06:22 +0200 Subject: [PATCH] fix indent --- coreapi/linphonecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index d43c457b6..70ccac5ee 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -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);