tab to space
authorshengyu <shengyu7697@gmail.com>
Wed, 9 May 2018 13:15:51 +0000 (21:15 +0800)
committershengyu <shengyu7697@gmail.com>
Wed, 9 May 2018 13:15:51 +0000 (21:15 +0800)
modules/videoio/src/cap_qt.cpp

index a75ff2a..cb416e6 100644 (file)
@@ -634,11 +634,11 @@ static int icvOpenCamera_QT (CvCapture_QT_Cam * capture, const int index)
     OPENCV_ASSERT (capture,            "icvOpenCamera_QT", "'capture' is a NULL-pointer");
     OPENCV_ASSERT (index >=0, "icvOpenCamera_QT", "camera index is negative");
 
-    ComponentDescription       component_description;
-    Component                          component = 0;
+    ComponentDescription    component_description;
+    Component               component = 0;
     int                     number_of_inputs = 0;
     Rect                    myRect;
-    ComponentResult                    result = noErr;
+    ComponentResult         result = noErr;
 
 
     // travers all components and count video digitizer channels