strbuffer: adjust indentation
This commit is contained in:
@@ -63,7 +63,7 @@ template <typename C> class basic_buffer
|
|||||||
///
|
///
|
||||||
std::list<FormatPos> itsFormat;
|
std::list<FormatPos> itsFormat;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/// Constructs an empty buffer
|
/// Constructs an empty buffer
|
||||||
///
|
///
|
||||||
basic_buffer() { }
|
basic_buffer() { }
|
||||||
@@ -218,7 +218,7 @@ template <typename C> class basic_buffer
|
|||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/// Loads an attribute to given window object
|
/// Loads an attribute to given window object
|
||||||
/// @param w window object we want to load attribute to
|
/// @param w window object we want to load attribute to
|
||||||
/// @param value value of attribute to be loaded
|
/// @param value value of attribute to be loaded
|
||||||
|
|||||||
Reference in New Issue
Block a user