Fixed broken indentation (greetings to Stefano :-)).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32396 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -96,13 +96,13 @@ public:
|
|||||||
TermPos& matchEnd) const;
|
TermPos& matchEnd) const;
|
||||||
|
|
||||||
// insert chars/lines
|
// insert chars/lines
|
||||||
inline void InsertChar(UTF8Char c, uint32 attributes);
|
inline void InsertChar(UTF8Char c, uint32 attributes);
|
||||||
void InsertChar(UTF8Char c, uint32 width,
|
void InsertChar(UTF8Char c, uint32 width,
|
||||||
uint32 attributes);
|
uint32 attributes);
|
||||||
inline void InsertChar(const char* c, int32 length,
|
inline void InsertChar(const char* c, int32 length,
|
||||||
uint32 attributes);
|
uint32 attributes);
|
||||||
inline void InsertChar(const char* c, int32 length,
|
inline void InsertChar(const char* c, int32 length,
|
||||||
uint32 width, uint32 attributes);
|
uint32 width, uint32 attributes);
|
||||||
|
|
||||||
void InsertCR();
|
void InsertCR();
|
||||||
void InsertLF();
|
void InsertLF();
|
||||||
|
|||||||
Reference in New Issue
Block a user