mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
clang-format. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e50dc9b89f
commit
6b5c9d5dd2
@ -80,8 +80,8 @@ public:
|
|||||||
SAVEDCOLOR
|
SAVEDCOLOR
|
||||||
};
|
};
|
||||||
|
|
||||||
explicit raw_ostream(bool unbuffered=false)
|
explicit raw_ostream(bool unbuffered = false)
|
||||||
: BufferMode(unbuffered ? Unbuffered : InternalBuffer) {
|
: BufferMode(unbuffered ? Unbuffered : InternalBuffer) {
|
||||||
// Start out ready to flush.
|
// Start out ready to flush.
|
||||||
OutBufStart = OutBufEnd = OutBufCur = nullptr;
|
OutBufStart = OutBufEnd = OutBufCur = nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user