mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
deleted excess semicolons, commas
This commit is contained in:
@@ -1928,7 +1928,7 @@ inline cl_int getStringInfo(Functor f, ObjectType obj, cl_uint name, std::string
|
||||
}
|
||||
|
||||
return CL_SUCCESS;
|
||||
};
|
||||
}
|
||||
|
||||
static void split(const std::string &s, char delim, std::vector<std::string> &elems) {
|
||||
elems.clear();
|
||||
|
||||
Reference in New Issue
Block a user