Normalized file endings.
This commit is contained in:
@@ -69,4 +69,4 @@ status_t BnOpenCVEngine::onTransact(uint32_t code, const Parcel& data, android::
|
||||
}
|
||||
|
||||
return android::NO_ERROR;
|
||||
}
|
||||
}
|
||||
|
@@ -18,4 +18,4 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -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)
|
||||
|
@@ -17,4 +17,4 @@ public:
|
||||
virtual bool InstallVersion(android::String16 version);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -172,4 +172,4 @@ int DetectKnownPlatforms()
|
||||
{
|
||||
return PLATFORM_UNKNOWN;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -34,4 +34,4 @@ int GetProcessorCount();
|
||||
std::string GetPlatformName();
|
||||
int GetCpuID();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -26,4 +26,4 @@
|
||||
// public part
|
||||
std::map<std::string, std::string> GetCpuInfo();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -89,4 +89,4 @@ vector<string> SplitStringVector(const string& src, const char seporator)
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
@@ -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
|
||||
|
@@ -58,4 +58,4 @@ int DetectTegra()
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
@@ -6,4 +6,4 @@
|
||||
|
||||
int DetectTegra();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user