From 77df5948e78cc630c8f6478f276b386c8affaa61 Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Tue, 18 Feb 2014 13:56:26 +0400 Subject: [PATCH] removed trailing spaces --- modules/highgui/src/cap_ios_abstract_camera.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/cap_ios_abstract_camera.mm b/modules/highgui/src/cap_ios_abstract_camera.mm index e5c70724b1..b40b3648de 100644 --- a/modules/highgui/src/cap_ios_abstract_camera.mm +++ b/modules/highgui/src/cap_ios_abstract_camera.mm @@ -291,7 +291,7 @@ if ([self.captureVideoPreviewLayer isOrientationSupported]) { [self.captureVideoPreviewLayer setOrientation:self.defaultAVCaptureVideoOrientation]; - } + } } if (parentView != nil) {