[compiler-rt] NFC fixed [whitespace/braces] LINT warning

llvm-svn: 359133
This commit is contained in:
Vitaly Buka 2019-04-24 20:01:50 +00:00
parent 622af1d282
commit 0ddd12e156
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class FlagHandlerBase {
virtual bool Parse(const char *value) { return false; }
protected:
~FlagHandlerBase(){};
~FlagHandlerBase() {};
};
template <typename T>