Normalized file endings.

This commit is contained in:
Roman Donchenko
2013-08-21 17:26:54 +04:00
parent f55740da70
commit e9a28f66ee
486 changed files with 166 additions and 606 deletions

View File

@@ -81,4 +81,3 @@ if (INSTALL_C_EXAMPLES AND NOT WIN32)
DESTINATION share/OpenCV/samples/${project}
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
endif()

View File

@@ -265,4 +265,4 @@ void getFlowField(const Mat& u, const Mat& v, Mat& flowField)
row[j][3] = 255;
}
}
}
}

View File

@@ -456,4 +456,3 @@ inline string App::workFps() const
ss << work_fps;
return ss.str();
}

View File

@@ -86,4 +86,3 @@ int main(int argc, const char* argv[])
return 0;
}

View File

@@ -378,5 +378,3 @@ void App::handleKey(char key)
break;
}
}