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:
parent
7db9fbfe80
commit
48bbdc1c17
@ -96,13 +96,13 @@ public:
|
||||
TermPos& matchEnd) const;
|
||||
|
||||
// insert chars/lines
|
||||
inline void InsertChar(UTF8Char c, uint32 attributes);
|
||||
void InsertChar(UTF8Char c, uint32 width,
|
||||
uint32 attributes);
|
||||
inline void InsertChar(const char* c, int32 length,
|
||||
uint32 attributes);
|
||||
inline void InsertChar(const char* c, int32 length,
|
||||
uint32 width, uint32 attributes);
|
||||
inline void InsertChar(UTF8Char c, uint32 attributes);
|
||||
void InsertChar(UTF8Char c, uint32 width,
|
||||
uint32 attributes);
|
||||
inline void InsertChar(const char* c, int32 length,
|
||||
uint32 attributes);
|
||||
inline void InsertChar(const char* c, int32 length,
|
||||
uint32 width, uint32 attributes);
|
||||
|
||||
void InsertCR();
|
||||
void InsertLF();
|
||||
|
Loading…
Reference in New Issue
Block a user