mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 16:19:52 +00:00
Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111825 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -215,7 +215,7 @@ public:
|
|||||||
/// @param bold bold/brighter text, default false
|
/// @param bold bold/brighter text, default false
|
||||||
/// @param bg if true change the background, default: change foreground
|
/// @param bg if true change the background, default: change foreground
|
||||||
/// @returns itself so it can be used within << invocations
|
/// @returns itself so it can be used within << invocations
|
||||||
virtual raw_ostream &changeColor(enum Colors, bool = false, bool = false) {
|
virtual raw_ostream &changeColor(enum Colors, bool = false, bool = false) {
|
||||||
return *this; }
|
return *this; }
|
||||||
|
|
||||||
/// Resets the colors to terminal defaults. Call this when you are done
|
/// Resets the colors to terminal defaults. Call this when you are done
|
||||||
@@ -455,7 +455,7 @@ public:
|
|||||||
/// outside of the raw_svector_ostream's control. It is only safe to do this
|
/// outside of the raw_svector_ostream's control. It is only safe to do this
|
||||||
/// if the raw_svector_ostream has previously been flushed.
|
/// if the raw_svector_ostream has previously been flushed.
|
||||||
void resync();
|
void resync();
|
||||||
|
|
||||||
/// str - Flushes the stream contents to the target vector and return a
|
/// str - Flushes the stream contents to the target vector and return a
|
||||||
/// StringRef for the vector contents.
|
/// StringRef for the vector contents.
|
||||||
StringRef str();
|
StringRef str();
|
||||||
|
|||||||
Reference in New Issue
Block a user