mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-18 14:31:27 +00:00
Remove spurious semicolons.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77077 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a8bd3d690
commit
996b9d6aa9
@ -78,7 +78,7 @@ public:
|
|||||||
/// whether an output error has been encountered.
|
/// whether an output error has been encountered.
|
||||||
bool has_error() const {
|
bool has_error() const {
|
||||||
return Error;
|
return Error;
|
||||||
};
|
}
|
||||||
|
|
||||||
/// clear_error - Set the flag read by has_error() to false. If the error
|
/// clear_error - Set the flag read by has_error() to false. If the error
|
||||||
/// flag is set at the time when this raw_ostream's destructor is called,
|
/// flag is set at the time when this raw_ostream's destructor is called,
|
||||||
@ -86,7 +86,7 @@ public:
|
|||||||
/// after handling the error to avoid this behavior.
|
/// after handling the error to avoid this behavior.
|
||||||
void clear_error() {
|
void clear_error() {
|
||||||
Error = false;
|
Error = false;
|
||||||
};
|
}
|
||||||
|
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
// Configuration Interface
|
// Configuration Interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user