strbuffer: adjust indentation

This commit is contained in:
Andrzej Rybczak
2012-09-02 15:48:44 +02:00
parent 337a27c366
commit 3ce98628e9

View File

@@ -63,7 +63,7 @@ template <typename C> class basic_buffer
///
std::list<FormatPos> itsFormat;
public:
public:
/// Constructs an empty buffer
///
basic_buffer() { }
@@ -218,7 +218,7 @@ template <typename C> class basic_buffer
return w;
}
private:
private:
/// Loads an attribute to given window object
/// @param w window object we want to load attribute to
/// @param value value of attribute to be loaded