Remove extra ";".

This commit is contained in:
Axel Naumann 2016-07-27 20:04:00 +02:00 committed by sftnight
parent 40e6b501a4
commit df3b68891d

View File

@ -20,7 +20,7 @@ namespace clang {
class LangOptions;
class SourceLocation;
class SourceManager;
};
}
namespace cling {
namespace utils {