mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
remove superfluous semicolon after namespace closures
This commit is contained in:
@@ -75,7 +75,7 @@ namespace FLAC {
|
||||
return ret;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
FLACPP_API Prototype *clone(const Prototype *object)
|
||||
{
|
||||
@@ -1360,5 +1360,5 @@ namespace FLAC {
|
||||
return ret;
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user