Fix whitespace errors.

This commit is contained in:
Roman Donchenko 2013-08-06 15:22:46 +04:00
parent dcaf923517
commit 2f780ed994
10 changed files with 36 additions and 37 deletions

View File

@ -2,5 +2,5 @@
int main(int, char**)
{
return 0;
return 0;
}

View File

@ -160,4 +160,3 @@
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
#cmakedefine WORDS_BIGENDIAN

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.samples.cameracalibration"
android:versionCode="1"
android:versionName="1.0" >
package="org.opencv.samples.cameracalibration"
android:versionCode="1"
android:versionName="1.0" >
<application
android:label="@string/app_name"
@ -10,7 +10,7 @@
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
<activity android:name="CameraCalibrationActivity"
android:label="@string/app_name"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation" >
<intent-filter>