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

@@ -69,4 +69,4 @@ status_t BnOpenCVEngine::onTransact(uint32_t code, const Parcel& data, android::
}
return android::NO_ERROR;
}
}

View File

@@ -18,4 +18,4 @@ public:
};
#endif
#endif

View File

@@ -68,4 +68,4 @@ bool BpOpenCVEngine::InstallVersion(String16 version)
return static_cast<bool>(reply.readInt32());
}
IMPLEMENT_META_INTERFACE(OpenCVEngine, OPECV_ENGINE_CLASSNAME)
IMPLEMENT_META_INTERFACE(OpenCVEngine, OPECV_ENGINE_CLASSNAME)

View File

@@ -17,4 +17,4 @@ public:
virtual bool InstallVersion(android::String16 version);
};
#endif
#endif

View File

@@ -172,4 +172,4 @@ int DetectKnownPlatforms()
{
return PLATFORM_UNKNOWN;
}
}
}

View File

@@ -34,4 +34,4 @@ int GetProcessorCount();
std::string GetPlatformName();
int GetCpuID();
#endif
#endif

View File

@@ -26,4 +26,4 @@
// public part
std::map<std::string, std::string> GetCpuInfo();
#endif
#endif

View File

@@ -89,4 +89,4 @@ vector<string> SplitStringVector(const string& src, const char seporator)
}
return result;
}
}

View File

@@ -10,4 +10,4 @@ std::set<std::string> SplitString(const std::string& src, const char seporator);
bool ParseString(const std::string& src, std::string& key, std::string& value);
std::vector<std::string> SplitStringVector(const std::string& src, const char seporator);
#endif
#endif

View File

@@ -58,4 +58,4 @@ int DetectTegra()
}
return result;
}
}

View File

@@ -6,4 +6,4 @@
int DetectTegra();
#endif
#endif