mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
Add semicolons after CV_INSTRUMENT macros
This commit is contained in:
@@ -56,7 +56,7 @@ FileStorage::~FileStorage()
|
||||
|
||||
bool FileStorage::open(const String& filename, int flags, const String& encoding)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
CV_INSTRUMENT_REGION();
|
||||
|
||||
release();
|
||||
fs.reset(cvOpenFileStorage( filename.c_str(), 0, flags,
|
||||
|
||||
Reference in New Issue
Block a user